Pdf417Encoder Methods
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
Pdf417Encoder Methods |
The Pdf417Encoder type exposes the following members.
| 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
|