←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly