preview_image_content property

preview_image_content property

Gets or sets the attached file preview image as a byte array.

Definition:

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

See Also