get_image_stream method

get_image_stream(, uid, picid)

Get Stream of image.

Returns

The image stream


@staticmethod
def get_image_stream(uid, picid):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
picidSystem.StringThe image id.

See Also