base_y_dimension property
Leave feedback
On this page
Gets or sets a base y-dimension, that is, the smallest height of the unit of 2D barcode modules.
Measured in BarcodeSettings.graphics_unit.
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.
@property
def base_y_dimension(self):
...
@base_y_dimension.setter
def base_y_dimension(self, value):
...
- module
groupdocs.assembly - class
BarcodeSettings
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.