E-Payment Integrator 2020 Python Edition

Questions / Feedback?

check_front_image_data 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

def get_check_front_image_data(check_index: int) -> bytes: ...
def set_check_front_image_data(check_index: int, value: bytes) -> None: ...

Default Value

""

Remarks

This property contains the scanned image of the front of the physical check, in the format specified by check_image_format and compressed using the designated check_image_compression. 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 check_front_image_filename property. If both are specified check_front_image_data 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 check_index parameter specifies the index of the item in the array. The size of the array is controlled by the check_count property.

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