Pdf417Encoder Class
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
Pdf417Encoder Class |
PDF417 Encoder class
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
C#
public class Pdf417Encoder : Pdf417EncoderTables
The Pdf417Encoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Pdf417Encoder | Initializes a new instance of the Pdf417Encoder class |
| Name | Description | |
|---|---|---|
| BarColumns |
Returns the barcode width in terms of narrow bars
| |
| DataColumns |
Data columns
| |
| DataRows |
Data rows
| |
| DefaultDataColumns |
Default number of data columns (Default: 3)
| |
| EncodingControl |
Encoding control (Default: Auto)
| |
| ErrorCorrection |
Error correction level (Default: AutoNormal)
| |
| GlobalLabelIDCharacterSet |
ISO character set ISO-8859-n (n=1 to 9, 13 and 15) (Default: null)
| |
| GlobalLabelIDGeneralPurpose |
Global label ID general purpose (Default: 0)
| |
| GlobalLabelIDUserDefined |
Global label ID user defined (Default: 0)
| |
| ImageHeight |
Barcode image height in pixels
| |
| ImageWidth |
Barcode image width in pixels
| |
| NarrowBarWidth |
Narrow bar width in pixels (Default: 2)
| |
| QuietZone |
Quiet zone around the barcode in pixels (Default: 4)
| |
| RowHeight |
Row height in pixels (Default: 6)
|
| Name | Description | |
|---|---|---|
| ConvertBarcodeMatrixToPixels |
convert black and white matrix to black and white image
| |
| CreateBarcodeMatrix |
Create black and white boolean matrix of the barcode image
| |
| Encode(Byte) |
Encode binary bytes array
| |
| Encode(String) |
Encode unicode string
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDataColumns |
Set number of data columns and data rows
| |
| SetDataRows |
Set number of data rows and data columns
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WidthToHeightRatio |
Adjust rows and columns to achive width to height ratio
|
| Name | Description | |
|---|---|---|
| Pdf417BarcodeMatrix |
Barcode matrix (each bar is one bool item)
| |
| VersionNumber |
Version number and date
|