Methods:
- void Render(Graphics RenderG, Rectangle AreaRC)
Send PDF417 barcode image to the device graphics specified by
RenderG, the PDF417 barcode is drawn in the specific rectangle indicated by
AreaRC.
Properties:
- BarColor: Bar color and
text color, the default is black.
- BackColor: Background color,
the default is white.
- Data: The message encoded by the
PDF417 barcode, the default is "12".
- ErrorCorrectionLevel: Indicates
the error correction level between 0 and 8, the default is
2.
- NarrowBarWidth: The narrow
bar width in CM (centimeter), the default is 0.07CM.
- Orientation: The orientation of
barcode with 4 options, the default is value 0 indicating 0 degree.
- 0 indicating 0 degree
- 1 indicating 90 degrees
- 2 indicating 180 degrees
- 3 indicating 270 degrees
- Columns: Indicates the number of
columns with the maximum value of 30, the default is 2.
- Rows: Indicates the number of the
rows with the maximum value of 30, the default is 10.
- TruncatedSymbol: Indicates
whether the right side of PDF417 barcode is removed or not, the default
is FALSE.
- XtoYRatio: Indicates the height
of the row based on the formula: height of row = XtoYRatio * NarrowBarWidth,
the default is 3.0 and any value between 2 and 4 is valid.
|