Aspose::BarCode::Generation::Code16KParameters class

Code16KParameters class

Code16K parameters.

class Code16KParameters : public System::Object

Methods

MethodDescription
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 overrideReturns a human-readable string representation of this Code16KParameters.

See Also