DocumentTagCategoryField Property |
Gets the tag that denotes a property holding information about a form field or calculated field extracted from a document.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic PropertyTag Field { get; }
Public ReadOnly Property Field As PropertyTag
Get
public:
property PropertyTag^ Field {
PropertyTag^ get ();
}
member Field : PropertyTag with get
Property Value
Type:
PropertyTagThe tag that denotes a property holding information about a form field or calculated field extracted from a document.
See Also