Create Barcode Operation
Command property:
Synchronous command.
Command action:
Create a new Barcode reading pattern.
Syntax:
<command name="createbarcode" BarcodeName="[String]" SearchAreaUpperLeftX="[Integer]" SearchAreaUpperLeftY="[Integer]" SearchAreaLowerRightX="[Integer]" SearchAreaLowerRightY="[Integer]" Threshold="[Integer]" Brightness="[Integer]" Contrast="[Integer]" />
Parameters:
Name |
Mandatory |
Description |
Format |
BarcodeName |
Yes |
Pattern name, used for perform the barcode reading operation. |
String |
SearchAreaUpperLeftX |
Yes |
Search Area Upper Left corner X Coordinate |
Integer |
SearchAreaUpperLeftY |
Yes |
Search Area Upper Left corner Y Coordinate |
Integer |
SearchAreaLowerRightX |
Yes |
Search Area Lower Right corner X Coordinate |
Integer |
SearchAreaLowerRightY |
Yes |
Search Area Lower Right corner Y Coordinate |
Integer |
Threshold |
Yes |
Threshold between black and white bars of the barcode. Min = 0, Max = 255 |
Integer |
Brightness |
Yes |
Brightness to be set of the image get. |
Integer |
Contrast |
Yes |
Contrast to be set of the image get. |
Integer |
Reply:
<command valid="true" />
Command purpose:
This command is used during machine setup, to create barcode reading pattern, used during standard passport issuing.
Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source