Click or drag to resize

Pdf417BarcodeWriterModuleHeight Property

The height of module, equivalent to the height of a row. 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 ModuleHeight { get; set; }

Property Value

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