 |
PdfPageElementTagType Property |
The logical-structure (tagged PDF) type for this element. When set and the owning
Tagged is enabled, the element's content is wrapped in a
marked-content sequence and a corresponding structure element is added to the
document's logical structure tree. When null (the default), the element is not tagged.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic PdfTagType? TagType { get; set; }Public Property TagType As PdfTagType?
Get
Set
Property Value
NullablePdfTagType
See Also