[]
        
(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
object
MarkInfo
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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?