pos_code_style property
BarcodeParameters.pos_code_style property
Style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8). The valid values (case insensitive) are [STD|SUP2|SUP5|CASE].
@property
def pos_code_style(self) -> str:
...
@pos_code_style.setter
def pos_code_style(self, value: str):
...
See Also
- module aspose.words.fields
- class BarcodeParameters