API Reference
Class
ItfEncoder
Encodes Interleaved 2 of 5 (ITF) barcodes.
Inheritance
- Object
- ItfEncoder
Methods
public static Barcode1D Encode(String content, Boolean includeChecksum = false) #Returns:
Barcode1DEncodes an ITF barcode. The input length must be even. If includeChecksum is true, odd-length inputs get a checksum appended and even-length inputs are validated.
Parameters
- content System.String
- includeChecksum System.Boolean = false