Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.3 KB

File metadata and controls

31 lines (27 loc) · 2.3 KB

Aspose.Pdf.Cloud.Sdk.Model.PolyLineAnnotation

Provides PolyLineAnnotation.

Properties

Name Type Description Notes
Links List<Link> Link to the document. [optional]
Color Color Color of the annotation. [optional]
Contents string Get the annotation content. [optional]
Modified string The date and time when the annotation was last modified. [optional]
Id string Gets ID of the annotation. [optional]
Flags List<AnnotationFlags> Gets Flags of the annotation. [optional]
Name string Gets Name of the annotation. [optional]
Rect Rectangle Gets Rect of the annotation.
PageIndex int? Gets PageIndex of the annotation. [optional]
ZIndex int? Gets ZIndex of the annotation. [optional]
HorizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional]
VerticalAlignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
CreationDate string The date and time when the annotation was created. [optional]
Subject string Get the annotation subject. [optional]
Title string Get the annotation title. [optional]
RichText string Get the annotation RichText. [optional]
InteriorColor Color Gets or sets the interior color with which to fill the annotation’s line endings. [optional]
StartingStyle LineEnding Gets or sets the style of first line ending. [optional]
EndingStyle LineEnding Gets or sets the style of second line ending. [optional]
Intent PolyIntent Gets or sets the intent of the polygon or polyline annotation. [optional]
Vertices List<Point> Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex.

[Back to Model list] [Back to API list] [Back to README]