Aspose::Pdf::Facades::ViewerPreference class
Contents
[
Hide
]ViewerPreference class
Describes viewer prefereces (page mode, non full screen page mode, page layout).
class ViewerPreference : public System::Object
Fields
Field | Description |
---|---|
static constexpr CenterWindow | A flag specifying whether to position the document’s window in the center of the screen. |
static constexpr DirectionL2R | Text reading order left to right. |
static constexpr DirectionR2L | Text reading order right to left. |
static constexpr DisplayDocTitle | A flag specifying whether the window’s title bar should display the document title. |
static constexpr DuplexFlipLongEdge | Duplex and flip on the short edge of the sheet. |
static constexpr DuplexFlipShortEdge | Duplex and flip on the short edge of the sheet. |
static constexpr FitWindow | A flag specifying whether to resize the document’s window to fit the size of the first displayed page. |
static constexpr HideMenubar | A flag specifying whether to hide the conforming reader’s menu bar when the document is active. |
static constexpr HideToolbar | A flag specifying whether to hide the conforming reader’s tool bars when the document is active. |
static constexpr 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. |
static constexpr NonFullScreenPageModeUseNone | Neither document outline nor thumbnail images visible. |
static constexpr NonFullScreenPageModeUseOC | Optional content group panel visible. |
static constexpr NonFullScreenPageModeUseOutlines | Document outline visible. |
static constexpr NonFullScreenPageModeUseThumbs | Thumbnail images visible. |
static constexpr PageLayoutOneColumn | Display the pages in one column. |
static constexpr PageLayoutSinglePage | Display one page at a time. |
static constexpr PageLayoutTwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the right. |
static constexpr PageLayoutTwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
static constexpr PageModeFullScreen | Full-screen mode, with no menu bar, window controls, or any other window visible. |
static constexpr PageModeUseAttachment | Page mode with attacments. |
static constexpr PageModeUseNone | Neither document outline nor thumbnail images visible. |
static constexpr PageModeUseOC | Optional content group panel visible. |
static constexpr PageModeUseOutlines | Document outline visible. |
static constexpr PageModeUseThumbs | Thumbnail images visible. |
static constexpr PickTrayByPDFSize | Use the PDF page size to select the input paper tray. |
static constexpr PrintScalingAppDefault | The conforming reader’s default print scaling. |
static constexpr PrintScalingNone | No page scaling. |
static constexpr Simplex | Print single-sided. |
See Also
- Class Object
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++