DelimitedTextEditOptionsOptimizeMemoryUsage Property |
Enables memory optimization mechanisms during input document processing, which may degrade performance in some special cases,
but on the other hand decrease memory usage. Useful when processing huge documents and facing OutOfMemoryException.
Default is false (memory optimization is disabled for the sake of better performance).
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool OptimizeMemoryUsage { get; set; }
Public Property OptimizeMemoryUsage As Boolean
Get
Set
public:
property bool OptimizeMemoryUsage {
bool get ();
void set (bool value);
}
member OptimizeMemoryUsage : bool with get, set
Property Value
Type:
Boolean
See Also