Leadtools.Printer Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UnLock Method
See Also 
Leadtools.Printer Namespace > Printer Class : UnLock Method



password
Printer administration password.
password
Printer administration password.
Unlocks the specified printer and enables applications to print directly to it.

Syntax

Visual Basic (Declaration) 
Public Sub UnLock( _
   ByVal password As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim password As String
 
instance.UnLock(password)
C# 
public void UnLock( 
   string password
)
C++/CLI 
public:
void UnLock( 
   String^ password
) 

Parameters

password
Printer administration password.

Example

Refer to Printer.Specifications example.

Remarks

This method unlocks a printer that was previously locked using the Lock method.

The unlock password must be the same as the password that was used when the specified printer was installed.

To check whether applications were prevented from directly printing to the specified printer, use the IsPrinterLocked method.

Only printers that were originally created with a password can be locked.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Printer requires a Printer module license and unlock key. It is included as part of LEADTOOLS Document Imaging Enterprise. For more information, refer to: Imaging Pro/Document/Medical Features