logo_image_bytes property

logo_image_bytes property

Image that will be displayed as logo in the top right corner of the viewer.
Image should be 32x64 pixels PNG image, otherwise logo can be displayed improperly.

Definition:

@property
def logo_image_bytes(self):
    ...

@logo_image_bytes.setter
def logo_image_bytes(self, value):
    ...

See Also