Foxit PDF SDK
|
Public Member Functions | |
def | DocViewerPrefs (other) |
Constructor, with another document viewer preferences object. More... | |
def | GetDict () |
Get PDF dictionary from current object. More... | |
def | GetNonFullScreenPageMode () |
Get display mode which specifies how to display the document on exiting full-screen mode when document's display mode is full-screen. More... | |
def | GetPrintArea () |
Get the page boundary representing the area of a page to be rendered when printing the document. More... | |
def | GetPrintClip () |
Get the page boundary to which the contents of a page are to be clipped when printing the document. More... | |
def | GetPrintCopies () |
Get the number of copies to be printed when the print dialog is opened for PDF document. More... | |
def | GetPrintRange () |
Get page range information which is used to initialize the print dialog when the print dialog is opened for the PDF document. More... | |
def | GetPrintScale () |
Get page scaling option to be selected when a print dialog is displayed for PDF document. More... | |
def | GetReadingDirection () |
Get the predominant reading direction for text. More... | |
def | GetUIDisplayStatus (pref) |
Get UI display status of a specified viewer preference item type. More... | |
def | GetViewArea () |
Get the page boundary representing the area of a page to be displayed when viewing the document on the screen. More... | |
def | GetViewClip () |
Get the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
def | SetNonFullScreenPageMode (display_mode) |
Set display mode which specifies how to display the document on exiting full-screen mode when document's display mode is full-screen. More... | |
def | SetPrintArea (box_type) |
Set the page boundary representing the area of a page to be rendered when printing the document. More... | |
def | SetPrintClip (box_type) |
Set the page boundary to which the contents of a page are to be clipped when printing the document. More... | |
def | SetPrintCopies (print_copies) |
Set the number of copies to be printed when the print dialog is opened for PDF document. More... | |
def | SetPrintRange (page_range) |
Set the page range which is used to initialize the print dialog when the print dialog is opened for the PDF document. More... | |
def | SetPrintScale (print_scale) |
Set page scaling option to be selected when a print dialog is displayed for PDF document. More... | |
def | SetReadingDirection (is_left_to_right) |
Set the predominant reading direction for text. More... | |
def | SetUIDisplayStatus (pref, value) |
Set UI display status of a specified viewer preference item type. More... | |
def | SetViewArea (box_type) |
Set the page boundary representing the area of a page to be displayed when viewing the document on the screen. More... | |
def | SetViewClip (box_type) |
Set the page boundary to which the contents of a page are to be clipped when viewing the document on the screen. More... | |
Static Public Attributes | |
e_CenterWindow = _fsdk.DocViewerPrefs_e_CenterWindow | |
A flag specifying whether to position the document's window in the center of the screen. | |
e_DisplayDocTitle = _fsdk.DocViewerPrefs_e_DisplayDocTitle | |
A flag specifying whether the window's title bar should display the document title taken from the "Title" entry of the document information dictionary. If false, the title bar should instead display the name of the PDF file containing the document. | |
e_FitWindow = _fsdk.DocViewerPrefs_e_FitWindow | |
A flag specifying whether to resize the document's window to fit the size of the first displayed page. | |
e_HideMenubar = _fsdk.DocViewerPrefs_e_HideMenubar | |
A flag specifying whether to hide the viewer application's menu bar when the document is active. | |
e_HideToolbar = _fsdk.DocViewerPrefs_e_HideToolbar | |
A flag specifying whether to hide the viewer application's tool bars when the document is active. | |
e_HideWindowUI = _fsdk.DocViewerPrefs_e_HideWindowUI | |
A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. | |
e_PrintScaleAppDefault = _fsdk.DocViewerPrefs_e_PrintScaleAppDefault | |
This means applications should use the current print scaling. | |
e_PrintScaleNone = _fsdk.DocViewerPrefs_e_PrintScaleNone | |
This means the print dialog should reflect no page scaling. | |
Viewer preferences defines the way that a document is to be presented on the screen or in print. This class should be constructed by a valid PDF document object. This class offers functions to get/set different part of a PDF document's viewer preferences, such as UI visibility, display mode for non full-screen mode, reading direction, the type of box item for specified purpose, some preference options used for print and so on.
def FoxitPDFSDKPython2.DocViewerPrefs.DocViewerPrefs | ( | other | ) |
Constructor, with another document viewer preferences object.
[in] | other | Another document viewer preferences object. |
def FoxitPDFSDKPython2.DocViewerPrefs.GetDict | ( | ) |
Get PDF dictionary from current object.
def FoxitPDFSDKPython2.DocViewerPrefs.GetNonFullScreenPageMode | ( | ) |
Get display mode which specifies how to display the document on exiting full-screen mode when document's display mode is full-screen.
This display mode is only useful when document's display mode is full-screen. Function FoxitPDFSDKPython2.PDFDoc.GetDisplayMode can be used to check document's displaying mode.
def FoxitPDFSDKPython2.DocViewerPrefs.GetPrintArea | ( | ) |
Get the page boundary representing the area of a page to be rendered when printing the document.
def FoxitPDFSDKPython2.DocViewerPrefs.GetPrintClip | ( | ) |
Get the page boundary to which the contents of a page are to be clipped when printing the document.
def FoxitPDFSDKPython2.DocViewerPrefs.GetPrintCopies | ( | ) |
Get the number of copies to be printed when the print dialog is opened for PDF document.
def FoxitPDFSDKPython2.DocViewerPrefs.GetPrintRange | ( | ) |
Get page range information which is used to initialize the print dialog when the print dialog is opened for the PDF document.
All the indexes specified in the page range is from 0 to (pagecount - 1). If page range information is invalid, this function will throw exception FoxitPDFSDKPython2.e_ErrFormat .
def FoxitPDFSDKPython2.DocViewerPrefs.GetPrintScale | ( | ) |
Get page scaling option to be selected when a print dialog is displayed for PDF document.
def FoxitPDFSDKPython2.DocViewerPrefs.GetReadingDirection | ( | ) |
Get the predominant reading direction for text.
The reading direction information has no direct effect on the document's contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up (that is, multiple PDF pages are printed on a single page).
def FoxitPDFSDKPython2.DocViewerPrefs.GetUIDisplayStatus | ( | pref | ) |
Get UI display status of a specified viewer preference item type.
[in] | pref | A viewer preference item type. Please refer to values starting from FoxitPDFSDKPython2.DocViewerPrefs.e_HideToolbar and this should be one of these values. |
def FoxitPDFSDKPython2.DocViewerPrefs.GetViewArea | ( | ) |
Get the page boundary representing the area of a page to be displayed when viewing the document on the screen.
def FoxitPDFSDKPython2.DocViewerPrefs.GetViewClip | ( | ) |
Get the page boundary to which the contents of a page are to be clipped when viewing the document on the screen.
def FoxitPDFSDKPython2.DocViewerPrefs.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
def FoxitPDFSDKPython2.DocViewerPrefs.SetNonFullScreenPageMode | ( | display_mode | ) |
Set display mode which specifies how to display the document on exiting full-screen mode when document's display mode is full-screen.
This display mode is only useful when document's display mode is full-screen. Function FoxitPDFSDKPython2.PDFDoc.GetDisplayMode can be used to document's displaying mode.
[in] | display_mode | New display mode when exiting full-screen mode. It should be one of following values:
|
def FoxitPDFSDKPython2.DocViewerPrefs.SetPrintArea | ( | box_type | ) |
Set the page boundary representing the area of a page to be rendered when printing the document.
[in] | box_type | The page box type. Please refer to values starting from FoxitPDFSDKPython2.PDFPage.e_MediaBox and this should be one of these values. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetPrintClip | ( | box_type | ) |
Set the page boundary to which the contents of a page are to be clipped when printing the document.
[in] | box_type | The page box type. Please refer to values starting from FoxitPDFSDKPython2.PDFPage.e_MediaBox and this should be one of these values. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetPrintCopies | ( | print_copies | ) |
Set the number of copies to be printed when the print dialog is opened for PDF document.
[in] | print_copies | New integer value for number of copies. Valid range: from 1 to 5. If input value is outside the valid range, Foxit PDF SDK will use 1 by default. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetPrintRange | ( | page_range | ) |
Set the page range which is used to initialize the print dialog when the print dialog is opened for the PDF document.
[in] | page_range | A range object that represents the new page range information. It should contain at least one valid range segment. All the indexes specified by this range should be from 0 to (pagecount - 1). pagecount is returned by function FoxitPDFSDKPython2.PDFDoc.GetPageCount . |
def FoxitPDFSDKPython2.DocViewerPrefs.SetPrintScale | ( | print_scale | ) |
Set page scaling option to be selected when a print dialog is displayed for PDF document.
[in] | print_scale | New page scaling option string. Please refer to values starting from FoxitPDFSDKPython2.DocViewerPrefs.e_PrintScaleNone and this should be one of these values. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetReadingDirection | ( | is_left_to_right | ) |
Set the predominant reading direction for text.
The reading direction information has no direct effect on the document's contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up (that is, multiple PDF pages are printed on a single page).
[in] | is_left_to_right | The new reading direction: true means left-to-right reading order, while false means right-to-left reading order. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetUIDisplayStatus | ( | pref, | |
value | |||
) |
Set UI display status of a specified viewer preference item type.
If the viewer preference item type does not existed before and has never been set, the value would be false by default.
[in] | pref | A viewer preference item type. Please refer to values starting from FoxitPDFSDKPython2.DocViewerPrefs.e_HideToolbar and this should be one of these values. |
[in] | value | The new value for the specified viewer preference item type. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetViewArea | ( | box_type | ) |
Set the page boundary representing the area of a page to be displayed when viewing the document on the screen.
[in] | box_type | The page box type. Please refer to values starting from FoxitPDFSDKPython2.PDFPage.e_MediaBox and this should be one of these values. |
def FoxitPDFSDKPython2.DocViewerPrefs.SetViewClip | ( | box_type | ) |
Set the page boundary to which the contents of a page are to be clipped when viewing the document on the screen.
[in] | box_type | The page box type. Please refer to values starting from FoxitPDFSDKPython2.PDFPage.e_MediaBox and this should be one of these values. |