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

PrintingSystemBase.Unlock() Method

Unlocks a previously locked document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public void Unlock()

Remarks

After this method is called new bricks can be added to a previously locked document. A document can be locked using the PrintingSystemBase.Lock method.

See Also