DocumentEnableObjectUnload Property |
Get or sets flag which enables document partially be unloaded from memory.
This allow to decrease memory usage but may have negative effect on perofmance.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool EnableObjectUnload { get; set; }
Public Property EnableObjectUnload As Boolean
Get
Set
public:
property bool EnableObjectUnload {
bool get ();
void set (bool value);
}
member EnableObjectUnload : bool with get, set
Property Value
Type:
Boolean
See Also