Leadtools.Printer Namespace > Printer Class : IsPrinterLocked Method |
public bool IsPrinterLocked()
'Declaration Public Function IsPrinterLocked() As Boolean
public: bool IsPrinterLocked();
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.