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