RedactionAnnotation Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The RedactionAnnotation type exposes the following members.

Methods

  NameDescription
Public methodFindLocations
Finds the pages where the annotation is located.
(Inherited from Annotation.)
Public methodFlatten
Flattens this instance and removes from the parent collection.
(Inherited from Annotation.)
Public methodGetQuadPoints
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).
Public methodSetQuadPoints(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).
Public methodSetQuadPoints(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).
Top
See Also

Reference