Skip to content

PDFMarkInformation

Namespace: O2S.Components.PDF4NET.LogicalStructure

Specifies the mark information for a PDF document.

public class PDFMarkInformation

Inheritance ObjectPDFMarkInformation

Constructors

PDFMarkInformation()

Initializes a new PDFMarkInformation object.

public PDFMarkInformation()

Properties

HasTagSuspects

Gets or sets a value indicating the presence of tag suspects.

public bool HasTagSuspects { get; set; }

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.

public bool HasUserProperties { get; set; }

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.

public bool IsTaggedPDF { get; set; }

Property Value

Boolean
True if the document conforms to tagged PDF conventions, otherwise false.