Interface IFormFieldObject
Assembly: IronPdf.dll
public interface IFormFieldObject : IPdfDocumentObject, IDocumentObject
Properties
Declaration
List<IFormFieldAnnotation> Annotations { get; }
Property Value
Declaration
List<string> Choices { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
string DefaultAppearance { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
PdfFormFieldFlags FormFlags { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
int MaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RichText
Declaration
string RichText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
PdfFormFieldType Type { get; }
Property Value
Declaration
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|