Code16KParameters
Contents
[
Hide
]Code16KParameters class
Code16K parameters.
public class Code16KParameters : joint.BaseJavaClass
Constructors
| Name | Description |
|---|---|
| Code16KParameters(object) | Initializes a new instance of the Code16KParameters class. |
Methods
| Name | Description |
|---|---|
| getAspectRatio | Height/Width ratio of 2D BarCode module. |
| getQuietZoneLeftCoef | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. |
| getQuietZoneRightCoef | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. |
| init | |
| setAspectRatio(object) | Height/Width ratio of 2D BarCode module. |
| setQuietZoneLeftCoef(object) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. |
| setQuietZoneRightCoef(object) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. |
| toString | Returns a human-readable string representation of this Code16KParameters. |
See Also
- assembly Aspose.BarCode