Click or drag to resize

RenderFrame Class

Data used for rendering (the entire visible range)
Inheritance Hierarchy
SystemObject
  ComPDFKitViewerRenderFrame

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

The RenderFrame type exposes the following members.

Constructors
  NameDescription
Public methodRenderFrame
Initializes a new instance of the RenderFrame class
Top
Properties
  NameDescription
Public propertyAnnotDataList
Data related to the annotation layer
Public propertyBackground
When the drawing mode is Custom, the PDF background color applied
Public propertyDrawModes
Current PDF background drawing mode
Public propertyIsCacheEditPage
Current whether to cache content editing objects
Public propertyPageIndex
Current page number of the page with the largest display range
Public propertyPDFDoc
Data layer document object
Public propertyRenders
Used to store rendering data for each page
Public propertyZoomFactor
Current zoom ratio
Top
Methods
  NameDescription
Public methodGetRenderDatas
Get the sorted current page array
Top
See Also