Field Constructor (DocumentModel, FieldType, String, Inline) |
Initializes a new instance of the
Field class.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic Field(
DocumentModel document,
FieldType fieldType,
string instructionText,
params Inline[] resultInlines
)
Public Sub New (
document As DocumentModel,
fieldType As FieldType,
instructionText As String,
ParamArray resultInlines As Inline()
)
Parameters
- document
- Type: GemBox.DocumentDocumentModel
The owner document. - fieldType
- Type: GemBox.DocumentFieldType
The field type. - instructionText
- Type: SystemString
The field instruction text. - resultInlines
- Type: GemBox.DocumentInline
The Inline sequence that represents field result.
See Also