LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeWritePdf Class

Show in webframe







Members 
Obsolete: This class contains information for writing PDF417/MicroPDF417 barcodes.
Object Model
Syntax
public class BarcodeWritePdf 
'Declaration
 
Public Class BarcodeWritePdf 
'Usage
 
Dim instance As BarcodeWritePdf
public sealed class BarcodeWritePdf 

            

            
function Leadtools.Barcode.Deprecated.BarcodeWritePdf()
public ref class BarcodeWritePdf 
Remarks

A PDF417 barcode size is dependent on the following values:

To calculate barcode Width use the following equation:
Width= ((Number of Columns * 17) + 73) * (X Module Size)
This includes the Quiet Zone, Indicators, Start and Stop patterns. To calculate barcode Height use the following equation:
Height=(Number of Rows + 4) * (X Module Size) * (Module Aspect Ratio)
The 4 added to Number of Rows is to account for the Quiet Zone.

If the number of columns and rows are not specified the default behavior is to find the minimum number of columns that the data requires to fit in its rows.

The Quiet Zone for a barcode is a minimum required white space before the start of the barcode symbols. The purpose is to delineate non-barcode information from the barcode data to prevent a reader from picking up information that doesn't pertain to the barcode. For a PDF417 the Quiet Zone is 2 Modules on each side.

AspectHeight and AspectWidth properties are needed in special case when the number of barcode codewords equal to 4 (i.e. small barcodes).

If there isn't a valid row column combination available to fit the encoded data or if the number of the specified columns and rows cannot fit the data. The function will return "Function Not Successful".

For a table containing information useful when writing PDF417 barcode data see http://www.leadtools.com/SDK/Document/Document-Addon-Barcodepdf-chart.htm.

MicroPDF417 may only be printed in certain defined combinations of rows and columns. Possible values are (wColumns x wRows)and maximum capacity are displayed in the table below:

Requirements

Target Platforms

See Also

Reference

BarcodeWritePdf Members
Leadtools.Barcode.Deprecated Namespace
Write Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features