Skip to main content

Document.Dispose() Method

Disposes of the Document object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual void Dispose()

Remarks

Call the Dispose method when you have finished working with a manually created Document object. This releases all the resources allocated to the object, and speeds up system performance.

See Also