Interface IFormField
Assembly: IronPdf.dll
public interface IFormField
Properties
Declaration
int AnnotationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Declaration
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
IPdfDocumentId PdfDocumentId { get; }
Property Value
Type |
Description |
IronSoftware.IPdfDocumentId |
|
Declaration
bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
FormFieldTypes Type { get; }
Property Value
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Declaration
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
void SetFont(FontTypes fontType, double fontSize)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.FontTypes |
fontType |
|
System.Double |
fontSize |
|