Interface IAnnotation
PDF document annotation
Namespace: IronPdf.Annotations
Assembly: IronPdf.dll
Syntax
public interface IAnnotation
  Properties
AnnotationIndex
Annotation index (of a given page)
Declaration
int AnnotationIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Contents
Annotation contents
Declaration
string Contents { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DocumentId
Document identifier
Declaration
IPdfDocumentId DocumentId { get; }
  Property Value
| Type | Description | 
|---|---|
| IPdfDocumentId | 
Height
Annotation height
Declaration
int Height { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PageIndex
Page index
Declaration
int PageIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Title
Annotation title
Declaration
string Title { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Width
Annotation width
Declaration
int Width { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
X
Annotation X position
Declaration
int X { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Y
Annotation y position
Declaration
int Y { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |