Class PdfFreeTextAnnotation
PDF free annotation
Inherited Members
Namespace: IronPdf.Annotations
Assembly: IronPdf.dll
Syntax
public class PdfFreeTextAnnotation : PdfAnnotation
Constructors
PdfFreeTextAnnotation(Rectangle, Color, String, String, String, Boolean)
Declaration
public PdfFreeTextAnnotation(Rectangle rectangle, Color color, string name, string contents, string appearance, bool hidden)
Parameters
| Type | Name | Description |
|---|---|---|
| IronSoftware.Drawing.Rectangle | rectangle | |
| IronSoftware.Drawing.Color | color | |
| System.String | name | |
| System.String | contents | |
| System.String | appearance | |
| System.Boolean | hidden |
Properties
Appearance
The default appearance string to be used in formatting the text.
Declaration
public string Appearance { get; }
Property Value
| Type | Description |
|---|---|
| System.String |