Click or drag to resize

AnnotData Class

Data related to annotations
Inheritance Hierarchy
SystemObject
  ComPDFKitViewerAnnotData

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

The AnnotData type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldAnnot
Annotation object of the corresponding data layer
Public fieldAnnotIndex
Current annotation index
Public fieldAnnotType
Current annotation type
Public fieldClientRect
The rectangle of the original position (PDF DPI, not scaled)
Public fieldCropLeft
Crop left (standard (96) DPI, no scaling)
Public fieldCropTop
Crop top (standard (96) DPI, no scaling)
Public fieldCurrentZoom
Current zoom ratio, only updated when updating data
Public fieldIsLogicRemoved
If the current page is visible but the annotation is not in the visible range
Public fieldPageIndex
Current annotation index
Public fieldPaintOffset
The drawing position of the entire page border (standard (96) DPI)
Public fieldPaintRect
The rectangle of the drawing position (standard (96) DPI, relative to the coordinate system of the entire border)
Public fieldRotation
Rotation angle
Public fieldVisualRect
The rectangle within the page according to the current zoom ratio. The coordinates are relative to the rectangle that intersects the currently visible view and the page. are the coordinates from the top and left side of the visible page
Top
See Also