VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property bool get_requiresFullSave();
    
    
    
    public:
    property bool requiresFullSave { bool get(); }

    Property Value

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