VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfMarkInformation Class / IsMarked Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IsMarked Property (PdfMarkInformation)
    In This Topic
    Gets or sets a value indicating whether whether the document conforms to Tagged PDF conventions.
    Syntax
    'Declaration
    
    Public Property IsMarked As Boolean
    
    
    public bool IsMarked { get; set; }
    
    
    public: __property bool get_IsMarked();
    public: __property void set_IsMarked(
    bool value
    );
    public:
    property bool IsMarked { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Remarks

    If IsSuspects is true, the document may not completely conform to Tagged PDF conventions.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also