Click or drag to resize

LayoutMode Enumeration

Describes how the ModuleWidth and ModuleRatio of the bar code are handled: calculated automatically trying to fit the Rectangle supplied in Render or following the user's settings. If set to auto, the module width and ratio are computed for you.

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 enum LayoutMode
Members
  Member nameDescription
Auto ModuleWidth and ModuleRatio are calculated automatically from the information supplied in the Render method.
Manual ModuleWidth and ModuleRatio have to be set by the user.
See Also