[]
Represents a mark information dictionary.
public class MarkInfo : PdfDictWrapper, IPdfDict
Initializes a new instance of the MarkInfo class.
public MarkInfo()
Gets or sets a flag indicating whether the document conforms to Tagged PDF conventions.
public bool? Marked { get; set; }
Gets or sets a flag indicating the presence of tag suspects.
public bool? Suspects { get; set; }
Gets or sets a flag indicating the presence of structure elements that contain user properties attributes.
public bool? UserProperties { get; set; }