Description
Returns or sets a value for the maximum number of codeword rows allowable in all PDF417 bar code symbols produced by Morovia Barcode DLL.
Syntax
HRESULT get_PDFMaxRows(HANDLE handle, LONG* pVal); HRESULT put_PDFMaxRows(HANDLE handle, LONG val);
Remarks
The PDFMaxCols and the PDFMaxRows properties allow you to set the target number of columns and rows. The default value for PDFMaxRows is 0, meaning that program automatically picks the number of rows. The valid range for this property is 3 to 90.