AnnotData Class |
Namespace: ComPDFKitViewer
public class AnnotData
The AnnotData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotData |
Constructed function
|
![]() | AnnotData(AnnotData) |
Copy constructor
|
Name | Description | |
---|---|---|
![]() | Annot |
Annotation object of the corresponding data layer
|
![]() | AnnotIndex |
Current annotation index
|
![]() | AnnotType |
Current annotation type
|
![]() | ClientRect |
The rectangle of the original position (PDF DPI, not scaled)
|
![]() | CropLeft |
Crop left (standard (96) DPI, no scaling)
|
![]() | CropTop |
Crop top (standard (96) DPI, no scaling)
|
![]() | CurrentZoom |
Current zoom ratio, only updated when updating data
|
![]() | IsLogicRemoved |
If the current page is visible but the annotation is not in the visible range
|
![]() | PageIndex |
Current annotation index
|
![]() | PaintOffset |
The drawing position of the entire page border (standard (96) DPI)
|
![]() | PaintRect |
The rectangle of the drawing position (standard (96) DPI, relative to the coordinate system of the entire border)
|
![]() | Rotation |
Rotation angle
|
![]() | VisualRect |
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
|