Click or drag to resize

DeviceGetSupportedPrinters Method

Finds the type of imprinter or endorser supported by this device. These can be used to set which imprinter or endorser to use in the SetImprinterEndorser method.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ImprinterEndorserType[] GetSupportedPrinters()

Return Value

Type: ImprinterEndorserType
A bit flag value of ImprinterEndorserType specifying which printers are supported.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if there is a Twain error during processing.
See Also

Reference

Device.SetImprinterEndorser