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

DocumentStorage.Clear() Method

Deletes the storage’s content.

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

public virtual void Clear()

Remarks

When the DocumentStorage 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