See Also Examples Applies To
Draws a 25i barcode into the native image. 25i is an easy to use numeric only barcode. It is also known as Interleaved 2 of 5 barcode. They are widely used in the shipping and distribution sector.
Syntax
object.BarCodeDraw25i (sCode, nDstX, nDstY, nHeight, bAddCheckSum, nColor)
The BarCodeDraw25i syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sCode | Required. String. The barcode string. Must be digits only (no length limitation). |
| nDstX | Required. Long. Specifies the x-coordinate of the upper-left corner of the bar code. |
| nDstY | Required. Long. Specifies the y-coordinate of the upper-left corner of the bar code. |
| nHeight | Required. Long. Specifies the height of the bar code in pixels. |
| bAddCheckSum | Optional. Boolean. Default value is False. Set to true to add a checksum at the end of the barcode. |
| nColor | Optional. Long. Default value is Black. ARGB long color value used to draw the bar code. |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Draw (Bar Codes)