Class PdfTextAnnotation
PDF text annotation
Inherited Members
Namespace: IronPdf.Annotations
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
The state to which the original annotation should be set: marked, unmarked, accepted, rejected, cancelled, completed or none.
Declaration
public string State { get; }
Property Value
Type | Description |
---|---|
System.String |