IsPrinterLocked Method

Summary
Determines whether the specified printer is locked.
Syntax
C#
VB
C++
public bool IsPrinterLocked() 
  
Public Function IsPrinterLocked() As Boolean 
public: 
bool IsPrinterLocked();  

Return Value

True if the specified printer is locked; otherwise it is false.

Remarks

This method checks if applications were prevented from directly printing to the specified printer.

To lock the specified printer, use the Lock method.

To unlock the specified printer, use the UnLock method.

Example

Refer to Specifications example.

Requirements

Target Platforms

See Also

Reference

Printer Class

Printer Members

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

Leadtools.Printer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.