PDFMarkInformation¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the mark information for a PDF document.
Inheritance Object → PDFMarkInformation
Constructors¶
PDFMarkInformation()¶
Initializes a new PDFMarkInformation object.
Properties¶
HasTagSuspects¶
Gets or sets a value indicating the presence of tag suspects.
Property Value
Boolean
True if the document contains tag suspects.
Remarks
This property has been introduced in PDF 1.6 but it has been deprecated in PDF 2.0.
HasUserProperties¶
Gets or sets a value indicating the presence of structure elements that contain user properties attributes.
Property Value
Boolean
True if the structure elements contain user properties attributes.
IsTaggedPDF¶
Gets or sets a value indicating whether the document conforms to tagged PDF conventions.
Property Value
Boolean
True if the document conforms to tagged PDF conventions, otherwise false.