Interface for different barcode types and formats. More...
Classes | |
class | APair |
Base class for APair. More... | |
class | Points |
A class for Points, inheriting from IPoint. More... | |
class | PrintResolution |
A class for PrintResolution, inheriting from IPrintResolution. More... | |
class | Ruler |
A class for Ruler, inheriting from IRuler. More... | |
class | Defaults |
The defaults used for settings if not specified during object creation or set/changed. More... | |
class | ABarcode1D |
Base class for ABarcode1D barcode. More... | |
class | ABarcodeItem |
Base class for ABarcodeItem barcode. More... | |
class | ABarWidths |
Base class for ABarWidths. More... | |
class | BarcodeItem |
A class for BarcodeItem, inheriting from ABarcodeItem class. More... | |
class | BarcodeTypeEnum_1D |
Barcodes types for 1D barcodes. More... | |
protocol | <IBarcode1D> |
A protocol defining the interface for Barcode1D classes. More... | |
protocol | <IBarcode_1D_Properties> |
A protocol defining the interface for Barcode1D classes. More... | |
protocol | <IBarcodeItem> |
Specify barcode content and position on plane where barcode starts. More... | |
protocol | <IBarcodeType1D> |
A protocol defining the interface for BarcodeType1D classes. More... | |
protocol | <IBarWidths> |
Sets the Narrow/Wide bar widths. More... | |
class | ABarcode2D |
Base class for ABarcode2D barcode. More... | |
class | ACellSquare |
Base class for ACellSquare. More... | |
class | ADataMatrix |
Base class for ADataMatrix. More... | |
class | CellRect |
A class for CellRect, conforming to the ICellRect protocol. More... | |
class | CellSquare |
A class for CellSquare, inheriting from ACellSquare class. More... | |
protocol | <IBarcode2D> |
A protocol defining the interface for Barcode2D classes. More... | |
protocol | <IBarcodeItem_2D> |
Specify barcode content and position on plane where barcode starts. More... | |
protocol | <ICellRect> |
Sets the size of the single cell rectangle of a 2D barcode. More... | |
protocol | <ICellSquare> |
Sets the size of the single cell square of a 2D barcode. More... | |
protocol | <IPositionRuler> |
A protocol defining the interface for PositionRuler classes. More... | |
protocol | <IRectangleCell> |
A protocol defining the interface for RectangleCell classes. More... | |
protocol | <ISquareCell> |
A protocol defining the interface for SquareCell classes. More... | |
protocol | <IStartPoint> |
A protocol defining the interface for StartPoint classes. More... | |
class | AAztecBarcode |
Base class for Aztec 2D barcode. More... | |
class | AztecCodeTypeEnum |
Aztec barcode type/formats. More... | |
class | AMaxicodebarcode |
Base class for AMaxicodebarcode. More... | |
class | AMaxicodeMsg |
This class is for modes with free-form messages. Does not apply to Mode 2 or 3. More... | |
class | AMaxicodeMsgStructured |
This class is only applicable for Mode 2 or 3. More... | |
protocol | <IMaxicodeBarcode> |
A protocol defining the interface for MaxicodeBarcode classes. More... | |
protocol | <IMaxicodeData> |
Interface for objects that contain Maxicode barcode data. More... | |
protocol | <IMaxicodeMsg> |
Maxicode barcode data. Does not apply to Mode 2 or 3. More... | |
protocol | <IMaxicodeMsgStructured> |
Maxicode barcode data. Maxicode Free Form carrier message. Only applies to Mode 2 and 3.Modes 2, 3 "structured carrier message" requires fields for postal code, country code, and service class. More... | |
protocol | <IMaxicodeMsgStructuredOpenSystemStandard> |
Maxicode barcode data. Maxicode Open System Standard carrier message. Only applies to Mode 2 and 3. The Open System Standard carrier message format is typically encoded into a barcode with a "[)><Rs>01<Gs>" prefix as follows: More... | |
class | MaxicodeModeEnum |
Maxicode modes. More... | |
class | APdf417 |
Base class for PDF417 barcode. More... | |
class | QRCodeErrorCorrectionEnum |
Error correction allows for barcodes to remain readable if damaged but increases the amount of data encoded. More... | |
class | QRCodeManualEncodingEnum |
QR Code data can be stored using different encoding types which affect the storage capacity of the barcode. More... | |
class | QRCodeMaskEnum |
The QR Mask changes the QR barcode generated by changing the distribution of light and dark cells. More... | |
class | QRCodeModelEnum |
QR barcodes have increased in capacity and readability. Model 1 is the original, and other models improve readability and data capacity. More... | |
protocol | <IPair> |
Pair that can be used for any 2D plane relationship or other use. More... | |
protocol | <IPoint> |
Represents a coordinate pair within a 2D plane. More... | |
class | ScaleEnum |
Scale types for object placement within a plane. More... | |
protocol | <IRuler> |
The units and resolution used for object placement within a plane. More... | |
class | FontSize |
Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired. More... | |
class | FontStyleEnum |
This enumeration supports bitwise operation of member values. More... | |
protocol | <IFont> |
A protocol defining the interface for Font classes. More... | |
protocol | <IFontSettings> |
A protocol defining the interface for FontSettings classes. More... | |
protocol | <IFontSize> |
A protocol defining the interface for FontSize classes. More... | |
protocol | <IFontSizeUnits> |
Character sizing select between using font points or other sizing unit. More... | |
protocol | <ILabel> |
Label is the container for other objects that are printed. More... | |
class | ARfidWrite |
Base class for ARfidWrite. More... | |
protocol | <IRfidBankSelect> |
A protocol defining the interface for RfidBankSelect classes. More... | |
protocol | <IRfidBitField> |
A protocol defining the interface for RfidWrite classes. More... | |
protocol | <IRfidPassword> |
For cases where memory access is password protected. More... | |
protocol | <IRfidWrite> |
Write to different areas or memory blocks of an RFID tag. More... | |
class | RfidConvert |
Support methods to help convert non-byte data to order stored in RFID tags. More... | |
class | RfidMemBlockEnum |
RFID memory block selection. More... | |
class | RfidPasswordTypeEnum |
Passwords for accessing/securing memory areas on tags that support this feature. More... | |
class | AlignEnum |
AlignEnum type/formats. More... | |
protocol | <IAlignment> |
A protocol defining the interface for Alignment classes. More... | |
protocol | <IRotation> |
The rotation of an object. More... | |
class | RotateEnum |
Direction/Rotation for objects commands that support rotation. More... | |
class | ALine |
Base class for lines. More... | |
protocol | <IBox> |
A protocol defining the interface for Box classes. More... | |
protocol | <ILine> |
A protocol defining the interface for Line classes. More... | |
class | AText |
Base class for AText. More... | |
class | ATextItem |
Base class for ATextItem. More... | |
protocol | <IText> |
A protocol defining the interface for Text classes. More... | |
protocol | <ITextItem> |
Specify text and position on plane where text starts. More... | |
protocol | <ITextSettings> |
A protocol defining the interface for TextSettings classes. More... | |
class | TextItem |
A class for TextItem, inheriting from ITextItem. More... | |
Interface for different barcode types and formats.