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