dirty Property (PdfJsDoc)
Gets or sets a value indicating whether the document needs to be saved as the result of a changes to the document.
'Declaration
Public Property dirty As Boolean
public bool dirty { get; set; }
public: __property bool get_dirty();
public: __property void set_dirty(
bool
);
public:
property bool dirty {
bool get();
void set(bool );
}
Property Value
True the document needs to be saved; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5