RedactionAnnotationSetQuadPoints Method (Boundary)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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).

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetQuadPoints(
	Boundary boundary
)

Parameters

boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
See Also

Reference