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

- (NSString*)checkFrontImageData:(int)checkIndex;
- (void)setCheckFrontImageData:(int)checkIndex:(NSString*)newCheckFrontImageData;

- (NSData*)checkFrontImageDataB:(int)checkIndex; - (void)setCheckFrontImageDataB:(int)checkIndex:(NSData*)newCheckFrontImageData;
public func checkFrontImageData(checkIndex: Int32) throws -> String
public func setCheckFrontImageData(checkIndex: Int32, newCheckFrontImageData: String) throws -> Void
public func checkFrontImageDataB(checkIndex: Int32) throws -> Data
public func setCheckFrontImageDataB(checkIndex: Int32, newCheckFrontImageData: Data) throws -> Void

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.

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