PdfFormattingOptions class
PdfFormattingOptions class
Defines Pdf formatting options.
Inheritance: PdfFormattingOptions
→
ValueObject
The PdfFormattingOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of PdfFormattingOptions |
Properties
Property | Description |
---|---|
center_window | Specifies whether position of the document’s window will be centered on the screen. Default: false. |
direction | Sets reading order of text: L2R (left to right) or R2L (right to left). Default: L2R. |
display_doc_title | Specifies whether document’s window title bar should display document title. Default: false. |
fit_window | Specifies whether document window must be resized to fit the first displayed page. Default: false. |
hide_menu_bar | Specifies whether menu bar should be hidden when document is active. Default: false. |
hide_tool_bar | Specifies whether toolbar should be hidden when document is active. Default: false. |
hide_window_ui | Specifies whether user interface elements should be hidden when document is active. Default: false. |
non_full_screen_page_mode | Sets page mode, specifying how to display the document on exiting full-screen mode. |
page_layout | Sets page layout which shall be used when the document is opened. |
page_mode | Sets page mode, specifying how document should be displayed when opened. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.convert
- class
PdfFormattingOptions
- class
ValueObject