Interface IAnnotation
Assembly: IronPdf.dll
Syntax
public interface IAnnotation
Properties
AnnotationIndex
Declaration
int AnnotationIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Contents
Declaration
string Contents { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentId
Declaration
IDocumentId DocumentId { get; set; }
Property Value
Type |
Description |
IronSoftware.IDocumentId |
|
Height
Declaration
Property Value
Type |
Description |
System.Int32 |
|
PageIndex
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Title
Declaration
string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
Property Value
Type |
Description |
System.Int32 |
|
X
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Y
Declaration
Property Value
Type |
Description |
System.Int32 |
|