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

DocumentStorage.Dispose() Method

Disposes of the DocumentStorage object.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void Dispose()

Remarks

If the DocumentStorage.ClearOnDispose property is set to true, the storage’s content is deleted as well.

See Also