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; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Color
Annotation color
Declaration
Color Color { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Color |
Contents
Annotation contents
Declaration
string Contents { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentId
Document identifier
Declaration
IDocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.IDocumentId |
Height
Annotation height
Declaration
int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Hidden
Annotation visibility status
Declaration
bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageIndex
Page index
Declaration
int PageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rectangle
Declaration
Rectangle Rectangle { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Rectangle |
Title
Annotation title
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Annotation width
Declaration
int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
X
Annotation X position
Declaration
int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Annotation y position
Declaration
int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |