Skip to main content

PrintingSystemBase.Unlock() Method

Unlocks a previously locked document.

Namespace: DevExpress.XtraPrinting

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

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