I need to make a small tweek to the eVB code I have inherited from my
predecessor that will adjust the focus distance on our Symbol
PDT8146 2d Imager Scanners. The Imager Demo app that comes with the
device has a combo box with these options available so I know that I
can perform this modification in either eVB or eC++, but I'm not sure
where to go now.
Effectively, I would like something like this:
If MyReader.ReaderParameters.ReaderType =
Symbol.Barcode.READER_TYPE.READER_TYPE_IMAGER Then
MyReader.ReaderParameters.ReaderSpecific.ImagerSpecific.FocusPosition
= Symbol.Barcode.FOCUS_POSITION.FOCUS_POSITION_NEAR
End If
I have pored over the ScanControl documentation to no avail and sought
help from Symbol, but they cannot provide very much support for this
dated application.
Any advice?