PdfFormattingOptions class

PdfFormattingOptions class

Defines Pdf formatting options.

The PdfFormattingOptions type exposes the following members:

Constructors

Constructor Description
init

Properties

Property Description
center_window The property determines whether the document window is centered on the screen; default is False.
direction The reading order of text: L2R (left to right) or R2L (right to left). Default: L2R.
display_doc_title The property specifies whether the document’s window title bar should display the document title. Default: False.
fit_window The property determines whether the document window is resized to fit the first displayed page. Default is False.
hide_menu_bar The property specifies whether the menu bar should be hidden when the document is active; default is False.
hide_tool_bar The property specifies whether the toolbar should be hidden when the document is active; default is False.
hide_window_ui The property indicates whether user interface elements should be hidden when the document is active. Default: False.
non_full_screen_page_mode The page mode, specifying how to display the document on exiting full-screen mode.
page_layout The page layout to use when the document is opened.
page_mode The page mode, specifying how the document should be displayed when opened.

See Also