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

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

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