RenderData Class |
Namespace: ComPDFKitViewer
public class RenderData
The RenderData type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderData | Initializes a new instance of the RenderData class |
| Name | Description | |
|---|---|---|
| CropLeft |
Crop left margin (standard DPI)
| |
| CropTop |
Crop top margin (standard DPI)
| |
| ImageData |
Image data
| |
| PageBound |
Page drawing position (standard DPI)
| |
| PageIndex |
Page index
| |
| PaintRect |
Used to draw the rectangle (standard DPI)
| |
| RenderRect |
Used to draw the rectangle to the data layer (standard DPI)
|
| Name | Description | |
|---|---|---|
| CPDFEditPageObj |
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)
|