E-Payment Integrator 2020 iOS 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

- (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)
public func checkImageFormat(checkIndex: Int32) throws -> Check21CheckImageFormats
public func setCheckImageFormat(checkIndex: Int32, newCheckImageFormat: Check21CheckImageFormats) throws -> Void
public enum Check21CheckImageFormats : Int32 { case ifTIFF = 0 case ifIOCA = 1 case ifPNG = 20 case ifJFIF = 21 case ifSPIFF = 22 case ifJBIG = 23 case ifJPEG2000 = 24 }

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.

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