Click or drag to resize
Pdf Library for .NET

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: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public PdfTagType? TagType { get; set; }

Property Value

NullablePdfTagType
See Also