Click or drag to resize

IEncoder Interface

Interface for encoding data as a barcode.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IEncoder

The IEncoder type exposes the following members.

Properties
  NameDescription
Public propertyBarcodeType
Gets the barcode symbology type.
Public propertyChecksum
Gets the appended checksum, if any.
Public propertyEncoded
Gets the encoded data as string of bars and spaces for 1D barcodes.
Public propertyEncodedMatrix
Gets the encoded data as a two dimensional bit matrix for 2D barcodes.
Public propertyIsSquare
Gets a flag indicating whether the barcode has a square shape.
Public propertyIsTwoDimensional
Gets a flag indicating whether the barcode is two dimensional.
Public propertyQuietZone
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).
Public propertyText
Gets the text that is being encoded.
Public propertyUseChecksum
Gets a flag indicating whether a checksum was appended in one of Code39Interleaved2of5, Standard2of5 barcodes.
Public propertyUseExtended
Gets or a flag indicating whether the extended version was used for Code39 and Code93 barcodes.
Top
See Also