PostalParameters
Contents
[
Hide
]PostalParameters class
Module: aspose_barcode.generation.postal_parameters
Postal parameters. Used for Postnet, Planet.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this PostalParameters. |
Properties
| Name | Type | Description |
|---|---|---|
| postal_short_bar_height | Optional[Unit] | Short bar’s height of Postal barcodes. |
| short_bar_height | Optional[Unit] |
PostalParameters Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
PostalParameters.str
__str__(self) -> str
Returns a human-readable string representation of this PostalParameters.
Return Type: str — A string that represents this PostalParameters.
PostalParameters.postal_short_bar_height
Type: Optional[Unit]
Short bar’s height of Postal barcodes.
Short bar’s height of Postal barcodes.
| Parameter | Type | Description |
|---|---|---|
value | Unit |
PostalParameters.short_bar_height
Type: Optional[Unit]
| Parameter | Type | Description |
|---|---|---|
value | Optional[Unit] |