PdfFormattingOptions class
Leave feedback
On this page
Defines PDF formatting options.
The PdfFormattingOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init |
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. (inherited from ValueObject) |
| equals_object | (inherited from ValueObject) |
| equals_value_object | (inherited from ValueObject) |
| get_hash_code | Serves as the default hash function. (inherited from ValueObject) |
| Property | Description |
|---|---|
| center_window | The window position will be centered on the screen when True; otherwise it will use the default location. Default is False. |
| direction | The reading order of text. Can be set to L2R (left to right) or R2L (right to left). Default is L2R. |
| display_doc_title | The property specifies whether the document’s window title bar should display the document title. Default: False. |
| fit_window | The document window is resized to fit the first displayed page when True, otherwise it retains its size; default is False. |
| hide_menu_bar | The flag indicating whether the menu bar should be hidden when the document is active. Default is False. |
| hide_tool_bar | The toolbar visibility flag indicating 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 is False. |
| non_full_screen_page_mode | The page mode that specifies how to display the document when exiting full-screen mode. |
| page_layout | The page layout to be used when the document is opened. |
| page_mode | The page mode, specifying how the document should be displayed when opened. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.