Printer Constructor(string)

Summary
Initializes a new instance of the class with a specified printer name.
Syntax
C#
VB
C++
public Printer( 
   string printerName 
) 
  
Public Function New( _ 
   ByVal printerName As String _ 
) 
public: 
Printer(  
   String^ printerName 
) 

Parameters

printerName
The name of the printer that is used to initialize the printer object.

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.