Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / MarkInfo Class / Marked Property

In This Topic
    Marked Property
    In This Topic
    Gets or sets a flag indicating whether the document conforms to Tagged PDF conventions.
    Syntax
    'Declaration
     
    Public Property Marked As System.Nullable(Of Boolean)
    public System.Nullable<bool> Marked {get; set;}
    See Also