image_base64 property

image_base64 property

Gets or sets the full thumbnail image data, converted to base 64 notation.

Definition:

@property
def image_base64(self):
    ...
@image_base64.setter
def image_base64(self, value):
    ...

See Also