
Gets a collection of all Microsoft Word or Heiler HighEdit fields that have been created or imported from a Microsoft Word or RTF document. The property value is an object of the type ApplicationFieldCollection. Before loading a document the LoadSettings.ApplicationFieldFormat property must be set, otherwise this collection is empty.
Introduced: 14.0.
[C#]
public ApplicationFieldCollection ApplicationFields { get; }
[Visual Basic]
Public ReadOnly Property ApplicationFields() As TXTextControl.ApplicationFieldCollection
Read only.