Pdf417BarcodeControlLayoutMode Property |
Determines the value of the Layout. Default is LayoutMode.Auto
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic LayoutMode LayoutMode { get; set; }Public Property LayoutMode As LayoutMode
Get
Set
Property Value
Type:
LayoutMode
Remarks If LayoutMode is set to Manual, ModuleWidth and ModuleHeight need to be set by client code.
See Also