Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.5 KB

File metadata and controls

24 lines (20 loc) · 1.5 KB

Aspose.Pdf.Cloud.Sdk.Model.ScreenAnnotation

Provides ScreenAnnotation.

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]
Title string Get the annotation title. [optional]
FilePath string Sets content file path. [optional]

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