Aspose::BarCode::Generation::BarcodeParameters::set_XDimension method

BarcodeParameters::set_XDimension method

x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if BaseGenerationParameters::AutoSizeMode property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.

void Aspose::BarCode::Generation::BarcodeParameters::set_XDimension(System::SharedPtr<Unit> value)

See Also