Why should I use SetFixedEndorseText() on most small check scanners?

Why should I use SetFixedEndorseText() on most small check scanners?

Most small check scanners don't have the ability to set the endorsement (inkjet) text for the item that is currently being scanned.  Therefore the SetEndorseText() call is not supported in this case.  This is a limitation of the check scanner.

You can determine whether SetFixedEndorseText should be called by examining the following value:
  1.       UsesFixedEndorsement = Ranger.GetTransportInfo("General", "UsesFixedEndorsement");
If UsesFixedEndorsement = "True, then your application should call SetFixedEndorseText() before feeding the first item and again during each NewItem event.

Please refer to Ranger API documentation's description of SetFixedEndorseText(), for more information regarding this method and the valid Ranger states from which it can be called.

Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • Why should I use SetFixedEndorseText() on most small check scanners?

      Most small check scanners do not have the ability to set the endorsement (inkjet) text for the item that is currently being scanned. Therefore the SetEndorseText() call is not supported in this case. This is a limitation of the check scanner. You can ...
    • Should I use SetEndorseText() or SetFixedEndorseText()?

      As part of application initialization, the application should query Ranger's TransportInfo.ini file via Ranger's GetTransportInfo() method (section 13.1.12.1 of the Ranger Transport API Functional Specification Document Version 2.3) to determine if ...
    • How can I endorse text on items?

      The general approach is the following: 1. Check that the endorser is present in the "TransportInfo.ini" file. If the feature is not present then endorsing is not possible. Example of TransportInfo.ini: [General] RearEndorserPresent = true ...
    • Can check scanner OCR read check amounts, dates, signatures, etc.?

      The OCR capability that comes with check scanners cannot read check amounts, dates, signatures and so on. There are vendors that offer software that can read this type of information from checks. Some of the companies that offer popular check reading ...
    • Which check scanners can produce ultraviolet (UV) images?

      Ranger supports capturing ultraviolet (UV) images when UV cameras are installed on the check scanner. Specific image capture choices, such as grayscale or color image capture, may affect the scanner's availability to capture UV images. Check with the ...