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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly