Interface IFormFieldObject
Form field object
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldObject : IPdfDocumentObject, IDocumentObject
Properties
Annotations
Form field annotations
Declaration
List<IFormFieldAnnotation> Annotations { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IFormFieldAnnotation> |
Choices
Selection choices
Declaration
List<string> Choices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DefaultAppearance
Default appearance string
Declaration
string DefaultAppearance { get; }
Property Value
Type | Description |
---|---|
System.String |
FormFlags
Form field flags
Declaration
PdfFormFieldFlags FormFlags { get; }
Property Value
Type | Description |
---|---|
PdfFormFieldFlags |
FormType
Form type
Declaration
string FormType { get; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Fully qualified name
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
MaxLength
Maximum number of characters which can be specified in the value
Declaration
int MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Partial name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjType
Object type
Declaration
string ObjType { get; }
Property Value
Type | Description |
---|---|
System.String |
ReadOnly
True if read-only
Declaration
bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RichText
Form value using rich text
Declaration
string RichText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Pdf form field type
Declaration
PdfFormFieldType Type { get; }
Property Value
Type | Description |
---|---|
PdfFormFieldType |
Value
Form value
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |