support

Barcodesoft Webservice Online Document:
PDF417



Byte[] Pdf417(string textToEncode,
BcsImageFormat ImageFormat,
BcsOrientation Orientation,
int Resolution,
int MaxRow, int FixedColumn, int Security, int CompactMode, bool Truncated,
int Width, int Height,
string strToken)


PDF417 accepts 12 parameters, returns the barcode image as a byte array.

textToEncode is a string to encode.

ImageFormat is in enum BcsImageFormat. It can be set to one of the following values: BMP, JPG, PNG, WMF, TIFF, GIF.

Orientation is in enum BcsOrientation. It can be set to one of the following values: Original, Rotate90, Rotate180, Rotate270.

Resolution is an integer, its values ranges between 96 and 600. Any other value will be reset to 96.

MaxRow is the maximum row property of a PDF417 barcode. Set it to default value 0 for automatic-selection.

FixedColumn is the maximum column property of a PDF417 barcode. Set it to default value 0 for automatic-selection.

Security level ranges between 0 and 9. Its default value 0 means automatic-selection.

CompactMode is the compaction mode of PDF417 barcode. It ranges betwen 0 to 3. Its default value 0 means automatic-selection.

Truncated is a boolean property of PDF417 barcode. When set to true, the right side of the barcode is cut off.

Width is in pixel value. If you set it to zero, it will automatically find a best value for you.

Height is in pixel value. If you set it to zero, it will automatically find a best value for you.

Token is your password using this webservice. You will get a token after you purchase a license from Barcodesoft.

PDF 417 is a multi-row two-dimensional bar code symbology.
Its well-defined beautiful physical structure and large data capacity makes it truely one of a kind in all barcode symbologies.

PDF417 enpowers you to encode more than 1000 alpha-numeric characters within one symbol. Its encoding range includes ASCII and Extended ASCII characters.

Reed Solomon algorithm is employed for error checking and corecting.

See Also
AztecCode
QRCode
Datamatrix