E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

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

ANSI (Cross Platform)
int GetCheckFrontImageData(int iCheckIndex, char* &lpCheckFrontImageData, int &lenCheckFrontImageData);
int SetCheckFrontImageData(int iCheckIndex, const char* lpCheckFrontImageData, int lenCheckFrontImageData); Unicode (Windows) INT GetCheckFrontImageData(INT iCheckIndex, LPSTR &lpCheckFrontImageData, INT &lenCheckFrontImageData);
INT SetCheckFrontImageData(INT iCheckIndex, LPCSTR lpCheckFrontImageData, INT lenCheckFrontImageData);
- (NSString*)checkFrontImageData:(int)checkIndex;
- (void)setCheckFrontImageData:(int)checkIndex:(NSString*)newCheckFrontImageData;

- (NSData*)checkFrontImageDataB:(int)checkIndex; - (void)setCheckFrontImageDataB:(int)checkIndex:(NSData*)newCheckFrontImageData;
#define PID_CHECK21_CHECKFRONTIMAGEDATA 16

INPAY_EXTERNAL void* INPAY_CALL InPay_Check21_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_CheckIndex(void *lpObj, int propid, int arridx);

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 CheckIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CheckCount property.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]