Winnovative PDF Creator Library for .NET
OptimizeMemoryUsage Property
NamespacesWinnovative.PdfCreatorRtfToPdfElementOptimizeMemoryUsage
Winnovative PDF Creator Library for .NET
When this property is true the library will try to release the unused memory as soon as possible. The default value is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool OptimizeMemoryUsage { get; set; }
Public Property OptimizeMemoryUsage As Boolean
	Get
	Set
public:
property bool OptimizeMemoryUsage {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 7.0.0.0 (7.0.0.0)