PrintingSystemBase.Lock() Method
In This Article
Prevents the document from being modified.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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