BarcodeControlLayoutMode Property |
Determines whether the module width and ratio should be calculated automatically or manually. Default is LayoutMode.Auto
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public LayoutMode LayoutMode { get; set; }
Public Property LayoutMode As LayoutMode
Get
Set
Property Value
Type:
LayoutModeRemarks When set to Auto, the control will determine the best size and proportions for the barcode.
See Also