8.35. PDFModuleWidth Property

Description

Returns or sets a value for the width of the modules in the PDF417 barcodes generated.

Syntax

HRESULT get_PDFModuleWidth(LONG* pVal);
HRESULT put_PDFModuleWidth(LONG val);

Remarks

The recommended value for PDFModuleWidth is between 10 and 30 mils. To achieve the best read rate, we recommend that you set a value which is integral times of the pixel width on the target device (the width of a pixel on a computer display is 10.42 mils and the one on a laser printer is 3.33 mils).

The valid range for this property is between 1 and 100. The default value is 13.

See Also

Section 8.34, “PDFModuleHeight Property”