CheckImageCreatorRoutingNumber Property
A number that identifies the financial institution that created the image (if different from BOFDRoutingNumber ).
Syntax
char* GetCheckImageCreatorRoutingNumber(int iCheckIndex);
int SetCheckImageCreatorRoutingNumber(int iCheckIndex, char* lpszCheckImageCreatorRoutingNumber);
Default Value
""
Remarks
A number that identifies the financial institution that created the image (if different from CheckBOFDRoutingNumber). This property is part of the Image View Detail record (type 50), and is exactly 9 characters long, including the check digit.
If this property is not specified the Originator routing number will be used.
The size of the array is controlled by the CheckCount property.
This property is not available at design time.
Data Type
String