PCBI_BarcodeHandler Class

Class for converting data to barcodes as IODBObjects and adding them to the selected job.

Definition

Namespace: PluginBarcode
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PCBI_BarcodeHandler
Inheritance
Object    PCBI_BarcodeHandler

Constructors

PCBI_BarcodeHandlerInitializes a new instance of the PCBI_BarcodeHandler class

Properties

Color Gets or sets optional Color for the IODBObject.
ParentWindow 
Position Gets or sets position where the Object should be placed.
SizeX Gets or sets width in mils the resulting polygon should have. default: 100
SizeY Gets or sets height in mils the resulting polgon should have. default: 100

Methods

CreateBarcodeObject Creates an IODBObject from the given polygon on given layer.
Encode Encodes string to IODBObject Barcode and places it on layer. Does not catch Exceptions thrown by the underlying BarcodeWriter.
GetEncodeFormats Get allowed Format List.
ToBitmap 

See Also