BarcodeSettingsBaseYDimension Property |
Gets or sets a base y-dimension, that is, the smallest height of the unit of 2D barcode modules.
Measured in
GraphicsUnit.
Namespace:
GroupDocs.Assembly
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 20.3
Syntaxpublic float BaseYDimension { get; set; }
Public Property BaseYDimension As Single
Get
Set
public:
virtual property float BaseYDimension {
float get () sealed;
void set (float value) sealed;
}
abstract BaseYDimension : float32 with get, set
override BaseYDimension : float32 with get, set
Property Value
Type:
Single
Remarks
Barcodes of some types (such as data matrix) may ignore an y-dimension and use an x-dimension for both
width and height units.
When barcode scaling is applied through a template, an actual y-dimension is calculated upon the base
y-dimension and a scaling factor.
See Also