Class Code16KParameters
Code16KParameters class
Code16K parameters.
public class Code16KParameters
Properties
Name | Description |
---|
AspectRatio { get; set; } | Height/Width ratio of 2D BarCode module. |
QuietZoneLeftCoef { get; set; } | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. |
QuietZoneRightCoef { get; set; } | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. |
Methods
Name | Description |
---|
override ToString() | Returns a human-readable string representation of this Code16KParameters . |
See Also