PCBI_BarcodeHandler Class
Class for converting data to barcodes as IODBObjects and adding them to the selected job.
Namespace: PluginBarcodeAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public class PCBI_BarcodeHandler
Public Class PCBI_BarcodeHandler
public ref class PCBI_BarcodeHandler
type PCBI_BarcodeHandler = class end
- Inheritance
- Object PCBI_BarcodeHandler
| 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
|
| 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 | |