PdfArea Property (TextMarkupAnnotation)
In This Topic
Gets or sets the list of GrapeCity.Documents.Common.Quadrilateral structures defining the markup area. The coordinates of the quadrilaterals' points are in PDF user space coordinates. The positive X axis extends horizontally to the right, and the positive Y axis extends vertically upward, with the origin usually in the lower left corner of the page.
Syntax
'Declaration
Public Property PdfArea As System.Collections.Generic.IReadOnlyList(Of Quadrilateral)
public System.Collections.Generic.IReadOnlyList<Quadrilateral> PdfArea {get; set;}
See Also