image_type Property

This property contains the content type for embedded images.

Syntax

def get_image_type(image_index: int) -> str: ...
def set_image_type(image_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains the content type for embedded images. This value is determined automatically, unless parse_html is False, in which case you are responsible for providing it.

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 2020 Python Edition - Version 20.0 [Build 8307]