Click or drag to resize

PageViewData Class

Data related to the page
Inheritance Hierarchy
SystemObject
  ComPDFKitViewerPageViewData

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public class PageViewData

The PageViewData type exposes the following members.

Constructors
  NameDescription
Public methodPageViewData
Initializes a new instance of the PageViewData class
Top
Properties
  NameDescription
Public propertyCropLeft
Crop left margin (standard DPI)
Public propertyCropTop
Crop top margin (standard DPI)
Public propertyHeight
Current display height (calculated scaling factor, standard DPI)
Public propertyPageIndex
Page index
Public propertyRawSize
Raw size (PDF DPI)
Public propertyViewSize
View size (standard DPI)
Public propertyWidth
Current display width (calculated scaling factor, standard DPI)
Top
Fields
  NameDescription
Public fieldLeft
Left margin (standard DPI)
Public fieldTop
Top margin (standard DPI)
Top
See Also