Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 4.04 KB

File metadata and controls

31 lines (28 loc) · 4.04 KB

PolyLineAnnotation

Provides PolyLineAnnotation.

Inherited from \Aspose\PDF\Model\PolyAnnotation

Properties

Name Type Description Notes
interior_color \Aspose\PDF\Model\Color Gets or sets the interior color with which to fill the annotation’s line endings.
Inherited from \Aspose\PDF\Model\PolyAnnotation
[optional]
starting_style \Aspose\PDF\Model\LineEnding Gets or sets the style of first line ending.
Inherited from \Aspose\PDF\Model\PolyAnnotation
[optional]
ending_style \Aspose\PDF\Model\LineEnding Gets or sets the style of second line ending.
Inherited from \Aspose\PDF\Model\PolyAnnotation
[optional]
intent \Aspose\PDF\Model\PolyIntent Gets or sets the intent of the polygon or polyline annotation.
Inherited from \Aspose\PDF\Model\PolyAnnotation
[optional]
vertices \Aspose\PDF\Model\Point[] Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex.
Inherited from \Aspose\PDF\Model\PolyAnnotation
creation_date string The date and time when the annotation was created.
Inherited from \Aspose\PDF\Model\MarkupAnnotation
[optional]
subject string Get the annotation subject.
Inherited from \Aspose\PDF\Model\MarkupAnnotation
[optional]
title string Get the annotation title.
Inherited from \Aspose\PDF\Model\MarkupAnnotation
[optional]
rich_text string Get the annotation RichText.
Inherited from \Aspose\PDF\Model\MarkupAnnotation
[optional]
color \Aspose\PDF\Model\Color Color of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
contents string Get the annotation content.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
modified string The date and time when the annotation was last modified.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
id string Gets ID of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
flags \Aspose\PDF\Model\AnnotationFlags[] Gets Flags of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
name string Gets Name of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
rect \Aspose\PDF\Model\Rectangle Gets Rect of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
page_index int Gets PageIndex of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
z_index int Gets ZIndex of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
horizontal_alignment \Aspose\PDF\Model\HorizontalAlignment Gets HorizontalAlignment of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
vertical_alignment \Aspose\PDF\Model\VerticalAlignment Gets VerticalAlignment of the annotation.
Inherited from \Aspose\PDF\Model\Annotation
[optional]
links \Aspose\PDF\Model\Link[] Link to the document.
Inherited from \Aspose\PDF\Model\LinkElement
[optional]

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