requiresFullSave Property (PdfJsDoc)
Gets a value indicating whether the document requires a full save because it is temporary or newly created.
'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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5