←Select platform

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

Leadtools.Printer Assembly