RedactionProposalAnnotationRegions Property |
Gets the regions for this annotation. Regions represents a set of quadrilaterals each of which
represent the area covered by the annotation. Typically, parts of the annotation are drawn through
sections of the quatrilateral. For example, underlines are drawn across the bottom of the annotation,
strike outs through the middle.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfQuadrilateralCollection Regions { get; }
Public ReadOnly Property Regions As PdfQuadrilateralCollection
Get
Property Value
Type:
PdfQuadrilateralCollectionRemarks
If not used, the Bounds property will be used instead. If used, the Bounds property will be adjusted
to contain the entire set of quadrilaterals within Regions.
See Also