Aspose::BarCode::Generation::Code16KParameters class
Contents
[
Hide
]Code16KParameters class
Code16K parameters.
class Code16KParameters : public System::Object
Methods
Method | Description |
---|---|
get_AspectRatio() | Height/Width ratio of 2D BarCode module. |
get_QuietZoneLeftCoef() | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. |
get_QuietZoneRightCoef() | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. |
set_AspectRatio(float) | Height/Width ratio of 2D BarCode module. |
set_QuietZoneLeftCoef(int32_t) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. |
set_QuietZoneRightCoef(int32_t) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. |
ToString() const override | Returns a human-readable string representation of this Code16KParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++