LoadSettings.ApplicationFieldFormat Property |
| Description: | | Specifies the format of text fields which are imported.
|
| Syntax: | | [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.
|
|
| Limitations: | | Microsoft Word and RTF only.
|
| Introduced: | | 14.0
|
| See also: | | Loading, Saving and Database Support, Graphical Overview, PDF Import and Export. |