IEncoder Interface |
Namespace: Opait.Barcoder.Api
public interface IEncoder
The IEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| BarcodeType |
Gets the barcode symbology type.
| |
| Checksum |
Gets the appended checksum, if any.
| |
| Encoded |
Gets the encoded data as string of bars and spaces for 1D barcodes.
| |
| EncodedMatrix |
Gets the encoded data as a two dimensional bit matrix for 2D barcodes.
| |
| IsSquare |
Gets a flag indicating whether the barcode has a square shape.
| |
| IsTwoDimensional |
Gets a flag indicating whether the barcode is two dimensional.
| |
| QuietZone |
Gets the width of a quiet zone as a multiple of the module width.
For 1D barcodes, the quiet zone is a multiple of the width of the narrow
bar and is only applied on left and right sides (typical value 10).
For 2D barcodes, the quiet zone is a multiple of the module width and is
applied on all sides (typical value 1).
| |
| Text |
Gets the text that is being encoded.
| |
| UseChecksum |
Gets a flag indicating whether a checksum was appended in one of Code39Interleaved2of5, Standard2of5 barcodes.
| |
| UseExtended |