This property refers to the list of printer names retrieved by the EnumPrinters or EnumPrintersVariantmethods.

[Visual Basic]   imagekitcontrolname.PrintDraw.Printers [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetPrintDraw().GetPrinters()
[VB.NET]   imagekitcontrolname.PrintDraw.Printers [ = String ]
[C#.NET]   imagekitcontrolname.PrintDraw.Printers [ = string ]

Reference

A list of printer names

Explanation

The Printers property refers to the list of printer names retrieved by the EnumPrinters or EnumPrintersVariant methods. If the EnumPrinters or EnumPrintersVariant method is successful, the list of printer names can be obtained from the Printers property. The list will be a string in the following format: "XXX,XXX,... ... .., " The end of this string will be a comma (",").

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation