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

Started by ForumAdmin, March 31, 2008, 11:37:37 AM

Previous topic - Next topic

ForumAdmin

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 determine whether SetFixedEndorseText should be called by examining the following value:

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.



Ranger® - The universal check scanner interface
Copyright © 2009 Silver Bullet Technology
www.sbullet.com