PdfDocumentViewer Class

The PDF viewer preferences class controls the way the PDF document is displayed in a PDF viewer

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfDocumentViewer
Inheritance
Object    PdfDocumentViewer

Properties

CenterWindow Controls is the document window is positioned in the center of the screen when the PDF document is displayed. This property is false by default
Direction Controls the reading order for text. This property is LeftToRight by default
DisplayDocTitle Controls if the window title bar should display the document title. This property is false by default
ExitFullScreenPageMode Controls how to display the document on exiting full screen mode. This property is None by default
FitWindow Controls if the document window is resized to fit the size of the first displayed page. This property is false by default
HideMenuBar Controls if the menu bar is hidden when the generated PDF document is displayed. This property is false by default
HideToolbar Controls if the viewer toolbars are hidden when the generated PDF document is displayed. This property is false by default
HideWindowUI Controls if the viewer navigation controls are hidden when the generated PDF document is displayed. This property is false by default
PageLayout Controls the page layout to be used when the document is opened. This property is OneColumn by default
PageMode Controls how the document will be displayed when opened. This property is None by default

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also