Pdf417BarcodeControlModuleHeight Property |
Determines 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; }
Public Property ModuleHeight As Integer
Get
Set
Property Value
Type:
Int32Remarks
Using ScaleTransform(Single, Single)PageScale any desired
ModuleWidth value can be obtained.
See Also