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.v20.1.Core.dll

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

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