CheckFrontImageData Property
This property contains the scanned image of the front of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression .
Syntax
int GetCheckFrontImageData(int iCheckIndex, char *&lpCheckFrontImageData, int &lenCheckFrontImageData);
int SetCheckFrontImageData(int iCheckIndex, char *lpCheckFrontImageData, int lenCheckFrontImageData);
Default Value
""
Remarks
This property contains the scanned image of the front of the physical check, in the format specified by CheckImageFormat and compressed using the designated CheckImageCompression. You may either specify the raw binary image data in this property, or specify the path and filename of an image on disk in the CheckFrontImageFilename property. If both are specified CheckFrontImageData will be used. If both properties are left empty, no records referencing the front image of the check will be added to the file.
The size of the array is controlled by the CheckCount property.
This property is not available at design time.
Data Type
Binary String