E-Payment Integrator 2016 C++ Builder Edition
E-Payment Integrator 2016 C++ Builder Edition
Questions / Feedback?

CheckBackImageData Property

This property contains the scanned image of the back of the physical check, in the format specified by ImageFormat and compressed using the designated ImageCompression .

Syntax

__property String CheckBackImageData[int CheckIndex] = {read=FCheckBackImageData, write=FSetCheckBackImageData};

__property RawByteString CheckBackImageDataB[int CheckIndex] = {read=FCheckBackImageDataB, write=FSetCheckBackImageDataB};

Default Value

""

Remarks

This property contains the scanned image of the back 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 CheckBackImageFilename property. If both are specified CheckBackImageData will be used. If both properties are left empty, no records referencing the back image of the check will be added to the file.

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) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7354]