support

PDF417 Truncated


Either set height property in codebehind .cs file

BCSBarcodeCtrl1.PDF417Truncated = 0;

Or add a tag directly

< img src="barcodesoft.ashx?s=pdf417&ptc=true

< img src="barcodesoft.ashx?s=pdf417&ptc=false


int PDF417Truncated

Default value of PDF417Truncated property is false.
You can set its value to true for a truncated PDF417 barcode.


You can also setup PDF417Truncated property through URL by setting "ptc":
<img src="Barcodesoft.ashx?s=pdf417&TEXT=1234&ptc=true>