Class PdfAnnotation
Inheritance
System.Object
PdfAnnotation
Assembly: IronPdf.dll
Syntax
public abstract class PdfAnnotation : Object
Properties
Contents
Declaration
public string Contents { get; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public double Height { get; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public PdfAnnotationType Type { get; }
Property Value
Width
Declaration
public double Width { get; }
Property Value
Type |
Description |
System.Double |
|
X
Declaration
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
Property Value
Type |
Description |
System.Double |
|