BarcodeFormatPdf417

class BarcodeFormatPdf417(var activated: IBarcodeFormat.Activation = Activation.Enable) : IBarcodeFormat

Constructors

Link copied to clipboard
constructor(activated: IBarcodeFormat.Activation = Activation.Enable)

Properties

Link copied to clipboard
Link copied to clipboard
var max: Int
Link copied to clipboard
var min: Int

Functions

Link copied to clipboard
fun getCharacterEncoding(characterEncoding: IBarcodeFormat.CharacterEncoding = CharacterEncoding.ASCII): String

Get the command CharacterEncoding.ASCII / CharacterEncoding.UTF8 to set character encoding for PDF417.

Link copied to clipboard
fun getECIOutputCommand(enable: IBarcodeFormat.Activation = Activation.Enable): String

Get the command Activation.Enable / Activation.Disable to PDF417 ECI Output.

Link copied to clipboard
open override fun getEnableCommand(): String

Get the command Activation.Enable / Activation.Disable to the barcode format PDF417.

Link copied to clipboard

Get the command to set the BarcodeFormatPdf417.max length of PDF417 to read.

Link copied to clipboard

Get the command to set the BarcodeFormatPdf417.min length of PDF417 to read.

Link copied to clipboard
Link copied to clipboard
fun getTwinCodeCommand(twinCode: IBarcodeFormat.TwinCode = TwinCode.SingleOnly): String

Get the command TwinCode.SingleOnly / TwinCode.TwinOnly / TwinCode.BothSingleAndTwin to program PDF417 twin code. PDF417 twin code is 2 PDF417 barcodes paralleled vertically or horizontally. They must both be either regular or inverse barcodes. They must have similar specifications and be placed closely together. There are 3 options for reading PDF417 twin codes: TwinCode.SingleOnly : Read either PDF417 code. TwinCode.TwinOnly : Read both PDF417 codes. TwinCode.BothSingleAndTwin : Read both PDF417 codes. If successful, transmit as twin PDF417 only. Otherwise, try single PDF417 only.