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

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool TaggedPdf { get; }
Public ReadOnly Property TaggedPdf As Boolean
	Get
public:
property bool TaggedPdf {
	bool get ();
}
member TaggedPdf : bool with get

Property Value

Boolean
If true PDF document is tagged, otherwise false.

See Also