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

PrintingSystemBase.Lock() Method

Prevents the document from being modified.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public void Lock()

Remarks

After this method is called no more bricks can be added to the document. To unlock a document call the PrintingSystemBase.Unlock method.

See Also