IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

image_data Property

This property optionally specifies the image data.

Syntax

def get_image_data(image_index: int) -> bytes: ...
def set_image_data(image_index: int, value: bytes) -> None: ...

Default Value

""

Remarks

This property optionally specifies the image data. This may be used instead of specifying an image by file. The value specified here may be either the Hex encoded image data, or the raw un-encoded image data.

The image_index parameter specifies the index of the item in the array. The size of the array is controlled by the image_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Python Edition - Version 20.0 [Build 8249]