Skip to main content

PrintingSystemBase.Lock() Method

Prevents the document from being modified.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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