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.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool EnableObjectUnload { get; set; }

Property Value

Type: Boolean
See Also