Click or drag to resize

Pdf417BarcodeWriterModuleWidth Property

The width of module, the smallest element in the symbol. The units will be determined by the PageUnit of the Graphics in Render(byte, Graphics, Rectangle). By default for printing the units are Document which corresponds to 10 mils per unit.

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 int ModuleWidth { get; set; }

Property Value

Type: Int32
Remarks
Using ScaleTransform(Single, Single)PageScale any desired ModuleWidth value can be obtained.
See Also