Document.EnableObjectUnload

Document.EnableObjectUnload 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 perfomance.

public bool EnableObjectUnload { get; set; }

See Also