Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RedactAnnotation Class / PdfArea Property

In This Topic
    PdfArea Property (RedactAnnotation)
    In This Topic
    Gets or sets the list of GrapeCity.Documents.Common.Quadrilateral structures defining the annotation 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.

    If not empty, these quadrilaterals denote the content region that is intended to be redacted. If this list is empty, the Rect entry denotes the content region that is intended to be redacted.

    Syntax
    'Declaration
     
    Public Property PdfArea As System.Collections.Generic.IReadOnlyList(Of Quadrilateral)
    public System.Collections.Generic.IReadOnlyList<Quadrilateral> PdfArea {get; set;}
    See Also