BaseXDimension

BarcodeSettings.BaseXDimension property

Gets or sets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces. Measured in GraphicsUnit.

public float BaseXDimension { get; set; }

Remarks

When barcode scaling is applied through a template, an actual x-dimension is calculated upon the base x-dimension and a scaling factor.

See Also