is_us_postal_address property
BarcodeParameters.is_us_postal_address property
Whether BarcodeParameters.postal_address is a U.S. postal address.
@property
def is_us_postal_address(self) -> bool:
...
@is_us_postal_address.setter
def is_us_postal_address(self, value: bool):
...
See Also
- module aspose.words.fields
- class BarcodeParameters