Class ViewerPreference

ViewerPreference class

Describes viewer prefereces (page mode, non full screen page mode, page layout).

public sealed class ViewerPreference

Constructors

NameDescription
ViewerPreference()The default constructor.

Fields

NameDescription
const CenterWindowA flag specifying whether to position the document�s window in the center of the screen.
const DirectionL2RText reading order left to right.
const DirectionR2LText reading order right to left.
const DisplayDocTitleA flag specifying whether the window�s title bar should display the document title
const DuplexFlipLongEdgeDuplex and flip on the short edge of the sheet.
const DuplexFlipShortEdgeDuplex and flip on the short edge of the sheet.
const FitWindowA flag specifying whether to resize the document�s window to fit the size of the first displayed page.
const HideMenubarA flag specifying whether to hide the conforming reader�s menu bar when the document is active.
const HideToolbarA flag specifying whether to hide the conforming reader�s tool bars when the document is active.
const HideWindowUIA 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 NonFullScreenPageModeUseNoneNeither document outline nor thumbnail images visible.
const NonFullScreenPageModeUseOCOptional content group panel visible.
const NonFullScreenPageModeUseOutlinesDocument outline visible.
const NonFullScreenPageModeUseThumbsThumbnail images visible
const PageLayoutOneColumnDisplay the pages in one column.
const PageLayoutSinglePageDisplay one page at a time.
const PageLayoutTwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the right
const PageLayoutTwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
const PageModeFullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
const PageModeUseAttachmentPage mode with attacments.
const PageModeUseNoneNeither document outline nor thumbnail images visible
const PageModeUseOCOptional content group panel visible.
const PageModeUseOutlinesDocument outline visible.
const PageModeUseThumbsThumbnail images visible.
const PrintScalingAppDefaultThe conforming reader’s default print scaling.
const PrintScalingNoneNo page scaling.
const SimplexPrint single-sided.

See Also