PrinterName Property

Summary
Get or sets the name of the printer in the list of locally supported printers.
Syntax
C#
VB
C++
public string PrinterName { get; set; } 
  
Public Property PrinterName As String 
public: 
property String^ PrinterName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The printer name from the list of locally supported printers.

Remarks

The value of this property is used in the installation and uninstallation.

The printer name should not include special characters such as "!", "\" and ",". It is also not recommended to use the following special characters: "/, *, ?, :, ", and |". This parameter is case-sensitive.

Example

Refer to Install example.

Requirements

Target Platforms

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.