[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.MarkInfo

MarkInfo Class

Represents a mark information dictionary.

Implements
Namespace: GrapeCity.Documents.Pdf.Structure
Assembly: DS.Documents.Pdf.dll
Syntax
public class MarkInfo : PdfDictWrapper, IPdfDict
Public Class MarkInfo
    Inherits PdfDictWrapper
    Implements IPdfDict

Constructors

Name Description
MarkInfo()

Initializes a new instance of the MarkInfo class.

Properties

Name Description
Marked

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

Suspects

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

UserProperties

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

Extension Methods