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; }
Public ReadOnly Property TaggedPdf As Boolean
Get
public:
property bool TaggedPdf {
bool get ();
}
member TaggedPdf : bool with get
Property Value
Type:
Boolean
If true PDF document is tagged, otherwise false.
See Also