Java Barcode Generator, .NET Barcode Generator for C#, ASP.NET, VB.NET
HOME BARCODE FOR .NET RDLC PURCHASE


.NET RDLC Reports Barcode Developer Guide > .NET RDLC Reports Barcode PDF-417 Developer Guide

.NET RDLC Reports PDF-417 Barcode Property Settings



1. PDF-417 Barcode Property Settings
  • Set the Data property with the value to encode. Type is string.
  • Set the Encoding property. Default is PDF417Encoding.Text.
    • PDF417Encoding.Binary: It allows encoding all 256 possible 8-bit byte values. This includes all ASCII characters value from 0 to 127 inclusive and provides for international character set support.
    • PDF417Encoding.Text: It allows encoding all printable ASCII characters, i.e. values from 32 to 126 inclusive in accordance with ISO/IEC 646, as well as selected control characters such as TAB (horizontal tab ASCII 9), LF (NL line feed, new line ASCII 10) and CR (carriage return ASCII 13).
    • PDF417Encoding.Numeric: It allows encoding numeric data.
  • Set the ECL property. PDF417 Error Correction Level. Default is PDF417ErrorCorrectionLevel.Level_2 (2).
    Valid values: (int, 0~8)PDF417ErrorCorrectionLevel.
  • Set the Compact property. Compact PDF417 barcode is area efficient.
    Default is false.
    Compact PDF417 may be used where space considerations are a primary concern and symbol damage is unlikely.
    Valid values: "True" or "False".
  • Set the ProcessTilde property to true, if you want use the tilde character "~" to specify special characters in the input data. Default is true.
    ~NNN: is used to represent the ASCII character with the value of NNN.
    Valid values are: "True", or "False".
  • Barcode Size Settings:
    • Set property UOM (Unit of Measure) for properties BarWidth, BarHeight, LeftMargin and TopMargin.
      Valid values are UnitOfMeasure.Pixel, UnitOfMeasure.CM, UnitOfMeasure.Inch.
      Default is UnitOfMeasure.Pixel.
    • Set the ImageWidth and ImageHeight properties.
      Both types are float.
      BarWidth default is 0 pixel.
      BarHeight default is 0 pixel.
    • Set the BarWidth (for bar cell width). Type is float, and default is 2.
    • Set the BarRatio properties. Type is float. Default is 0.3333333. Bar cell height = BarWidth * BarRatio.
    • Set the Rows properties. The number of data rows in the PDF-417 barcode.
      Type is int. Default is 4.
    • Set the Columns properties. The number of data columns in the PDF-417 barcode.
      Type is int. Default is 5.
    • Set the LeftMargin, RightMargin, TopMargin and BottomMargin properties.
      Types are all float. Default are 0.
    • Set the ResizeImage property to "true" and our component will resize the barcode image if manual setting is invalid.
      Type is bool. Default is false.
    • Set the Resolution property (Value is expressed in DPI - Dots per inch).
      Type is int. Default is 96 dpi.
  • Set Color Related properties.
    • Set the BackgroundColor property. Barcode background color can be changed.
      Type is System.Drawing.Color. Default is BackgroundColor = Color.White.
    • Set the BarColor property. Barcode bars color can be changed.
      Type is System.Drawing.Color. Default is BarColor = Color.Black.
  • Set the ImageFormat property for barcode image type.
    • Type is System.Drawing.Imaging.ImageFormat.
      Default value is ImageFormat.Png.
      Valid values are: Gif, Jpeg, Png, Bmp, Tiff.
  • Set Rotate property, if you want to rotate barcode image. Valid values are as below.
    • RotateOrientation.BottomFacingDown
    • RotateOrientation.BottomFacingLeft
    • RotateOrientation.BottomFacingUp
    • RotateOrientation.BottomFacingRight
    • Default Value is RotateOrientation.BottomFacingDown


2. All Barcode Types











   Copyright BarcodeLib.com. All rights reserved.