PdfDocumentView Properties

The PdfDocumentView type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Gets the height of the page area to fit into window height.
Public propertyLeft
Gets the x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.
Public propertyName
Gets the name of the view.
Public propertyPage
Gets the PdfPage object that specifies the page to be displayed in the view.
Public propertyPageIndex
Gets the index of the page to be displayed in the view.
Public propertyTop
Gets the y-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.
Public propertyWidth
Gets the width of the page area to fit into window width.
Public propertyZoom
Gets the zoom type of the page to be displayed in the view.
Public propertyZoomPercent
Gets the zoom percent (magnification level) of the page to be displayed in the view.

See Also