Gets a set of tags that are applied to document-specific properties only.
The tags can be useful to determine from which part of an office document a property was extracted.
Namespace: GroupDocs.Metadata.TaggingAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic static DocumentTagCategory Document { get; }
Public Shared ReadOnly Property Document As DocumentTagCategory
Get
public:
static property DocumentTagCategory^ Document {
DocumentTagCategory^ get ();
}
static member Document : DocumentTagCategory with get
Property Value
Type:
DocumentTagCategoryA set of tags that are applied to document-specific properties only.
See Also