[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.MarkInfo

Class MarkInfo

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Represents a mark information dictionary.

public class MarkInfo : PdfDictWrapper, IPdfDict
Inheritance
MarkInfo
Implements
Inherited Members
Extension Methods

Constructors

MarkInfo()

Initializes a new instance of the MarkInfo class.

public MarkInfo()

Properties

Marked

Gets or sets a flag indicating whether the document conforms to Tagged PDF conventions.

public bool? Marked { get; set; }

Property Value

bool?

Suspects

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

public bool? Suspects { get; set; }

Property Value

bool?

UserProperties

Gets or sets a flag indicating the presence of structure elements that contain user properties attributes.

public bool? UserProperties { get; set; }

Property Value

bool?