Initializes a new instance of the IncludeText class.
Initializes a complete new instance of the IncludeText class without a connection to an existing ApplicationField.
[C#] public IncludeText()
[Visual Basic] Public Sub New()
Initializes a new instance of the IncludeText class with a connection to an existing ApplicationField.
[C#] public IncludeText(ApplicationField appField)
[Visual Basic] Public Sub New(ByVal appField As ApplicationField)
Parameter | Description | |
appField |
Specifies the ApplicationField to be adapted. |
>> TXTextControl.DocumentServer.Fields.IncludeText.Filename Property