logo_stream property

logo_stream property

Gets or sets the QR-code logo image stream. If this property is specified it is always used instead LogoFilePath. Using of this property could cause problems with verification. Use it carefully.

Definition:

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

See Also