RedactionAnnotationSetQuadPoints Method

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

  NameDescription
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