| Actions { get; } | Gets list of annotatation actions. |
| virtual ActiveState { get; set; } | Gets or sets current annotation appearance state. |
| override AnnotationType { get; } | Gets type of annotation. |
| Appearance { get; } | Gets appearance dictionary of the annotation. |
| Border { get; set; } | Gets or sets annotation border characteristics. Border |
| Characteristics { get; } | Gets annotation characteristics. |
| Color { get; set; } | Gets or sets annotation color. |
| Contents { get; set; } | Gets or sets annotation text. |
| Flags { get; set; } | Flags of the annotation. |
| FullName { get; } | Gets full qualified name of the annotation. |
| virtual Height { get; set; } | Gets or sets height of the annotation. |
| virtual Hyperlink { get; set; } | Gets or sets the fragment hyperlink(for pdf generator). |
| IsFirstParagraphInColumn { get; set; } | Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) |
| IsInLineParagraph { get; set; } | Gets or sets a paragraph is inline. Default is false.(for pdf generation) |
| IsInNewPage { get; set; } | Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) |
| IsKeptWithNext { get; set; } | Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) |
| Margin { get; set; } | Gets or sets a outer margin for paragraph (for pdf generation) |
| Modified { get; set; } | Gets or sets date and time when annotation was recently modified. |
| Name { get; set; } | Gets or sets annotation name on the page. |
| Open { get; set; } | Gets or sets a flag specifying whether the pop-up annotation should initially be displayed open. |
| virtual PageIndex { get; } | Gets index of page which contains annotation. |
| Parent { get; set; } | Gets or sets the parent annotation with which this pop-up annotation shall be associated. If this entry is present, the parent annotation’s Contents, M, C, and T entries shall override those of the pop-up annotation itself. |
| virtual Rect { get; set; } | Gets or sets annotation rectangle. |
| States { get; } | Gets appearance dictionary of annotation. |
| TextHorizontalAlignment { get; set; } | Gets or sets text alignment for annotation. |
| virtual VerticalAlignment { get; set; } | Gets or sets a vertical alignment of paragraph |
| virtual Width { get; set; } | Gets or sets width of the annotation. |
| ZIndex { get; set; } | Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. |