logo_file_path property

logo_file_path property

Gets or sets the QR-code logo image file name. This property in use only if LogoStream is not specified. Using of this property could cause problems with verification. Use it carefully.

Definition:

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

See Also