BarcodeSettingsBaseXDimension Property |
Gets or sets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces.
Measured in
GraphicsUnit.
Namespace:
GroupDocs.Assembly
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic float BaseXDimension { get; set; }
Public Property BaseXDimension As Single
Get
Set
public:
virtual property float BaseXDimension {
float get () sealed;
void set (float value) sealed;
}
abstract BaseXDimension : float32 with get, set
override BaseXDimension : float32 with get, set
Property Value
Type:
Single
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