Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.18 KB

File metadata and controls

31 lines (27 loc) · 2.18 KB

Aspose.Pdf.Cloud.Sdk.Model.FileAttachmentAnnotation

Provides FileAttachmentAnnotation.

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]
Icon FileIcon Gets or sets icon that shall be used in displaying annotation. [optional]
Opacity double? Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque. [optional]
FileDescription string Gets or sets text associated with the file specification. [optional]
FileName string Gets or sets file specification name. [optional]
FilePath string Sets content file path. [optional]

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