E-Payment Integrator 2020 Python Edition

Questions / Feedback?

check_front_image_filename Property

This property contains location of a 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_filename(check_index: int) -> str: ...
def set_check_front_image_filename(check_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains location of a 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 path and filename of an image on disk in this property, or you may set the raw binary image data in the check_front_image_data property. If both properties are specified check_front_image_data will be used and check_front_image_filename will be ignored. 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]