Class PdfTextAnnotation
Inheritance
System.Object
PdfTextAnnotation
Assembly: IronPdf.dll
Syntax
public class PdfTextAnnotation : PdfAnnotation
Constructors
PdfTextAnnotation(Int32, Int32, Int32, Int32, String, String, String)
Declaration
public PdfTextAnnotation(int x, int y, int width, int height, string name, string contents, string state)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
name |
|
System.String |
contents |
|
System.String |
state |
|
Properties
State
Declaration
public string State { get; }
Property Value
Type |
Description |
System.String |
|