Interface IAnnotation
Assembly: IronPdf.dll
Syntax
public interface IAnnotation
Properties
AnnotationIndex
Declaration
int AnnotationIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Color
Declaration
Color Color { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.Color |
|
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 |
|
Hidden
Declaration
bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PageIndex
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Rectangle
Declaration
Rectangle Rectangle { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.Rectangle |
|
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 |
|