VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class / dirty Property
Syntax Requirements SeeAlso
In This Topic
    dirty Property (PdfJsDoc)
    In This Topic
    Gets or sets a value indicating whether the document needs to be saved as the result of a changes to the document.
    Syntax
    'Declaration
    
    Public Property dirty As Boolean
    
    
    public bool dirty { get; set; }
    
    
    public: __property bool get_dirty();
    public: __property void set_dirty(
    bool value
    );
    public:
    property bool dirty { bool get(); void set(bool value); }

    Property Value

    True the document needs to be saved; otherwise, false.
    Requirements

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

    See Also