channel_image_height Property

This property contains the height of the image in pixels.

Syntax

def get_channel_image_height() -> str: ...
def set_channel_image_height(value: str) -> None: ...

channel_image_height = property(get_channel_image_height, set_channel_image_height)

Default Value

""

Remarks

This property contains the height of the image in pixels.

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