This property sets and retrieves the name of the printer.

[C++Builder]   imagekitcontrolname->PrintDraw->PrinterName[ = UnicodeString ]
[Delphi]   imagekitcontrolname.PrintDraw.PrinterName[ = String ]

Property Value

The name of the printer

Explanation

The PrinterName property sets and retrieves the name of the printer. It is used with the GetDevModeHandle or PrintCreateDC methods. Please set a name that has been retrieved by the EnumPrinters or EnumPrintersVariant methods.


Example: VImageKit1.PrintDraw.PrinterName := 'EPSON LP-8200C'

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit9 VCL is a product created by Newtone Corporation