VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsDoc Class / requiresFullSave Property
Syntax Requirements SeeAlso
In This Topic
requiresFullSave Property (PdfJsDoc)
In This Topic
Gets a value indicating whether the document requires a full save because it is temporary or newly created.
Syntax
'Declaration

Public ReadOnly Property requiresFullSave As Boolean

public bool requiresFullSave { get; }

Property Value

True if the document requires a full save because it is temporary or newly created; 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