VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

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

See Also