channel_image_width Property

This property contains the width of the image in pixels.

Syntax

def get_channel_image_width() -> str: ...
def set_channel_image_width(value: str) -> None: ...

channel_image_width = property(get_channel_image_width, set_channel_image_width)

Default Value

""

Remarks

This property contains the width of the image in pixels.

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