Skip to main content
A newer version of this page is available. .

MemoryDocumentStorage.Clear() Method

Clears all the memory streams used to store the cached document.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public override void Clear()

Remarks

When the MemoryDocumentStorage storage is disposed of, its content is cleared if the DocumentStorage.ClearOnDispose property is set to true. The content is cleared using the Clear method.

See Also