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