BarcodeField.XSymHeight

BarcodeField.XSymHeight property

Gets the the vertical distance between two barcode modules, measured in pixels. The ratio XSymHeight/XSymWidth shall be an integer value. For PDF417, the acceptable ratio range is from 1 to 4. For QRCode and DataMatrix, this ratio shall always be 1

public int XSymHeight { get; }

See Also