Lock Method

Summary

Locks the specified printer to prevent applications from directly printing to it.

Syntax
C#
VB
C++
public void Lock( 
   string password 
) 
  
Public Sub Lock( _ 
   ByVal password As String _ 
)  
public: 
void Lock(  
   String^ password 
)  

Parameters

password
Printer administration password.

Remarks

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

To unlock the specified printer and enable applications to print directly to it, use the UnLock method.

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.

Example

Refer to Specifications example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly