Area Property (RedactAnnotation)
In This Topic
Gets a list of
GrapeCity.Documents.Common.Quadrilateral structures defining the annotation area. If not empty, these quadrilaterals denote the content region that is intended to be removed. If this entry is empty, the
AnnotationBase.Rect entry denotes the content region that is intended to be removed.
Syntax
'Declaration
Public ReadOnly Property Area As System.Collections.ObjectModel.ObservableCollection(Of Quadrilateral)
public System.Collections.ObjectModel.ObservableCollection<Quadrilateral> Area {get;}
See Also