Click or drag to resize

RenderData Class

Used for rendering data (one page PDF)
Inheritance Hierarchy
SystemObject
  ComPDFKitViewerRenderData

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

The RenderData type exposes the following members.

Constructors
  NameDescription
Public methodRenderData
Initializes a new instance of the RenderData class
Top
Properties
  NameDescription
Public propertyCropLeft
Crop left margin (standard DPI)
Public propertyCropTop
Crop top margin (standard DPI)
Public propertyImageData
Image data
Public propertyPageBound
Page drawing position (standard DPI)
Public propertyPageIndex
Page index
Public propertyPaintRect
Used to draw the rectangle (standard DPI)
Public propertyRenderRect
Used to draw the rectangle to the data layer (standard DPI)
Top
Fields
  NameDescription
Public fieldCPDFEditPageObj
Content editing instantiation object (Because the parsing of content editing is more time-consuming than other operations, we cache the current content editing object in the rendering data)
Top
See Also