Class PdfAnnotation
Base PDF annotation
Namespace: IronPdf.Annotations
Assembly: IronPdf.dll
Syntax
public abstract class PdfAnnotation : Object
Properties
Color
Annotation Color
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Color |
Contents
Text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.
Declaration
public string Contents { get; }
Property Value
Type | Description |
---|---|
System.String |
Hidden
Annotation visibility status
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The annotation name, a text string uniquely identifying it among all the annotations on its page.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Rectangle
Declaration
public Rectangle Rectangle { get; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Rectangle |
Type
Annotation type
Declaration
public PdfAnnotationType Type { get; }
Property Value
Type | Description |
---|---|
PdfAnnotationType |