PDF417 FixedColumn
Either set height property in codebehind .cs file
BCSBarcodeCtrl1.PDF417SecurityLevel = 0;
Or add a tag directly
< img src="barcodesoft.ashx?s=pdf417&pfc=2
< img src="barcodesoft.ashx?s=pdf417&pfc=3
int PDF417FixedColumn
Default value of PDF417FixedColumn property is 0 (Auto-select).
You can set it to FixedColumn.
You can also setup PDF417FixedColumn property through URL by setting "pfc":
<img src="Barcodesoft.ashx?s=pdf417&TEXT=1234&pfc=5>
|