from_base64 method

from_base64

Creates a new instance of the ImageSignOptions class with predefined Image from Base64.

Returns

def from_base64(self, base_64_content):
    ...
Parameter Type Description
base_64_content str Image content in Base64 string format

See Also