Apitron.PDF.Kit library for .NET
Top
The TextMarkupAnnotation type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindLocations |
Finds the pages where the annotation is located.
(Inherited from Annotation.) | |
Flatten |
Flattens this instance and removes from the parent collection.
(Inherited from Annotation.) | |
GetQuadPoints |
Gets an array of 8 × n numbers specifying the coordinates of nquadrilaterals in default user space.
Each quadrilateral shall encompasses a word or group of contiguous words in the text underlying the annotation.
The coordinates for each quadrilateral shall be given in the order: x1 y1 x2 y2 x3 y3 x4 y4
specifying the quadrilateral’s four vertices in counterclockwise order. The text shall be oriented with respect to the edge connecting points (x1, y1) and (x2, y2).
| |
SetQuadPoints(Double) |
Sets an array of 8 × n numbers specifying the coordinates of nquadrilaterals in default user space.
Each quadrilateral shall encompasses a word or group of contiguous words in the text underlying the annotation.
The coordinates for each quadrilateral shall be given in the order: x1 y1 x2 y2 x3 y3 x4 y4
specifying the quadrilateral’s four vertices in counterclockwise order. The text shall be oriented with respect to the edge connecting points (x1, y1) and (x2, y2).
| |
SetQuadPoints(Boundary) |
Sets an array of 8 × n numbers specifying the coordinates of nquadrilaterals in default user space.
Each quadrilateral shall encompasses a word or group of contiguous words in the text underlying the annotation.
The coordinates for each quadrilateral shall be given in the order: x1 y1 x2 y2 x3 y3 x4 y4
specifying the quadrilateral’s four vertices in counterclockwise order. The text shall be oriented with respect to the edge connecting points (x1, y1) and (x2, y2).
|
See Also