8.37. PDFTruncatedSymbol Property

Description

Returns or sets a value that determines whether to generate the truncated version of all PDF417 bar codes generated by the Barcode DLL.

Syntax

HRESULT get_PDFTruncatedSymbol(VARIANT_BOOL* pVal);
HRESULT put_PDFTruncatedSymbol(VARIANT_BOOL val);

Remarks

You can produce a truncated version of PDF417 barcode by setting PDFTruncatedSymbol to TRUE. A truncated PDF417 symbol reduces the stop pattern to a single termination bar. Truncated symbols should be used only in a clean and controled environment.

The default value for this property is FALSE.