encode_type property

encode_type property

Specifies Encode Type property to search Barcodes. If this value is not set, search is processed for all supported Barcode Types

Definition:

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

See Also