This property refers to the list of printer names retrieved by the EnumPrinters or EnumPrintersVariant methods.
[Visual
Basic] imagekitcontrolname.PrintDraw.Printers
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetPrintDraw().GetPrinters()
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.