E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CheckImageCompression Property

A code that identifies the algorithm or method used to compress the images stored in the FrontImageData and BackImageData properties.

Syntax

ANSI (Cross Platform)
int GetCheckImageCompression(int iCheckIndex);
int SetCheckImageCompression(int iCheckIndex, int iCheckImageCompression); Unicode (Windows) INT GetCheckImageCompression(INT iCheckIndex);
INT SetCheckImageCompression(INT iCheckIndex, INT iCheckImageCompression);

Possible Values

IC_FACSIMILE(0), 
IC_JPEG(1),
IC_ABIC(2),
IC_PNG(21),
IC_JBIG(22),
IC_JPEG2000(23)
- (int)checkImageCompression:(int)checkIndex;
- (void)setCheckImageCompression:(int)checkIndex:(int)newCheckImageCompression;

Possible Values

IC_FACSIMILE(0), 
IC_JPEG(1),
IC_ABIC(2),
IC_PNG(21),
IC_JBIG(22),
IC_JPEG2000(23)
#define PID_CHECK21_CHECKIMAGECOMPRESSION 19

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

1

Remarks

A code that identifies the algorithm or method used to compress the images stored in the CheckFrontImageData and CheckBackImageData properties. Values 0-20 may be used without a pre-existing agreement. Values 21-99 shall only be used when an agreement exists indicating that sender and receiver both support the specified image compression method and the method is specified below or on the X9 web site. This property is part of the Image View Detail record (type 50), and may be any of the values below:

icFacsimile (0)Group 4 facsimile compression
icJPEG (1)JPEG Baseline
icABIC (2)ABIC
3-20Reserved (agreement is not required)
icPNG (21)PNG
icJBIG (22)JBIG
icJPEG2000 (23)JPEG 2000
24-99Reserved for emerging image compression 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]