E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CheckImageFormat Property

A code that identifies the type of image format used for the images contained in the FrontImageData and BackImageData properties.

Syntax

ANSI (Cross Platform)
int GetCheckImageFormat(int iCheckIndex);
int SetCheckImageFormat(int iCheckIndex, int iCheckImageFormat); Unicode (Windows) INT GetCheckImageFormat(INT iCheckIndex);
INT SetCheckImageFormat(INT iCheckIndex, INT iCheckImageFormat);

Possible Values

IF_TIFF(0), 
IF_IOCA(1),
IF_PNG(20),
IF_JFIF(21),
IF_SPIFF(22),
IF_JBIG(23),
IF_JPEG2000(24)
- (int)checkImageFormat:(int)checkIndex;
- (void)setCheckImageFormat:(int)checkIndex:(int)newCheckImageFormat;

Possible Values

IF_TIFF(0), 
IF_IOCA(1),
IF_PNG(20),
IF_JFIF(21),
IF_SPIFF(22),
IF_JBIG(23),
IF_JPEG2000(24)
#define PID_CHECK21_CHECKIMAGEFORMAT 21

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

0

Remarks

A code that identifies the type of image format used for the images contained in the CheckFrontImageData and CheckBackImageData properties. Values 0-19 may e used without a pre-existing agreement. Values 20-99 shall only be used when an agreement exists indicating that the sender and receiver both support the specified image format type and the type is specified below or on the X9 web site. The image format type is also commonly specified by reference to the file extension used when the CheckFrontImageData or CheckBackImageData is saved as an image file. The file extension for each image format is included below for reference.

ifTIFF (0)TIFF 6, extension: TIF.
ifIOCA (1)IOCA FS11, extension: ICA.
2-19Reserved (agreement is not required)
ifPNG (20)Portable Network Graphics, extension: PNG.
ifJFIF (21)JPEG File Interchange Format, extension: JPG.
ifSPIFF (22)Still Picture Interchange File Format, extension: SPF.
ifJBIG (23) JBIG data stream, extension: JBG.
ifJPEG2000 (24)JPEG 2000, extension: JP2.
25-99Reserved for image format and encapsulation technologies as defined on the X9 web site. Only supported under agreement.

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

Integer

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