Skip to main content

DocumentStorage.Dispose() Method

Disposes of the DocumentStorage object.

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public void Dispose()

Remarks

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

See Also