Class CommonFormField
Inheritance
System.Object
CommonFormField
Assembly: IronPdf.dll
public class CommonFormField : Object, IFormField
Properties
Declaration
public int AnnotationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FullName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Height { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IPdfDocumentId PdfDocumentId { get; }
Property Value
Type |
Description |
IronSoftware.IPdfDocumentId |
|
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FormFieldTypes Type { get; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Width { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public virtual void SetFont(FontTypes fontType, double fontSize = 11)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.FontTypes |
fontType |
|
System.Double |
fontSize |
|
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements