8.34. PDFModuleHeight Property

Description

Returns or sets a value for the height of the modules in the PDF417 barcode generated.

Syntax

HRESULT get_PDFModuleHeight(LONG* pVal);
HRESULT put_PDFModuleHeight(LONG val);

Remarks

The recommended value for PDFModuleHeight is approximately three times the value of PDFModuleWidth. You can set this property to any values greater than 10 mils.

The valid range for PDFModuleHeight is from 1 to 100. The default value is 30.

See Also

Section 8.35, “PDFModuleWidth Property”