
Specifies the format of text fields which are imported.
Introduced: 14.0.
[C#]
public string DocumentBasePath { get; set; }
[Visual Basic]
Public Property DocumentBasePath() As String
| Value | Description | |
| None | No field supported through another application is imported. This is the default value. | |
| MSWord | Fields which are supported and defined through Microsoft Word are imported. The LoadSettings.ApplicationFieldTypeNames property can be used to select particular types of fields. | |
| HighEdit | Fields which are supported and defined through the Heiler HighEdit component are imported. |
Microsoft Word and RTF only.