Click or drag to resize

PdfFileInfo TaggedPdf Property

Gets the value indicating whether the PDF document is tagged one or not.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool TaggedPdf { get; }

Property Value

Type: Boolean
If true PDF document is tagged, otherwise false.
See Also