Class PdfTextAnnotation
Inheritance
System.Object
PdfTextAnnotation
Assembly: IronPdf.dll
Syntax
public class PdfTextAnnotation : PdfAnnotation
Constructors
PdfTextAnnotation(Rectangle, Color, String, String, String, Boolean)
Declaration
public PdfTextAnnotation(Rectangle rectangle, Color color, string name, string contents, string state, bool hidden)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.Rectangle |
rectangle |
|
IronSoftware.Drawing.Color |
color |
|
System.String |
name |
|
System.String |
contents |
|
System.String |
state |
|
System.Boolean |
hidden |
|
Properties
State
Declaration
public string State { get; }
Property Value
Type |
Description |
System.String |
|