HighlightAnnotationPoints Property |
Gets or sets collection of points that describe rectangles with text
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic List<Point> Points { get; set; }
Public Property Points As List(Of Point)
Get
Set
public:
virtual property List<Point>^ Points {
List<Point>^ get () sealed;
void set (List<Point>^ value) sealed;
}
abstract Points : List<Point> with get, set
override Points : List<Point> with get, set
Property Value
Type:
ListPointImplements
IPointsPoints
See Also