Skip to main content

MemoryDocumentStorage.Clear() Method

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

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

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