See Also Examples Applies To
Draws a 25i barcode into the native GdPicture 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, nDstLeft, nDstTop, nHeight, bAddCheckSum, nColorARGB)
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). |
| nDstLeft | Required. Long. Specifies the x-coordinate of the upper-left corner of the bar code. |
| nDstTop | 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 pixel. |
| bAddCheckSum | Optional. Boolean. Default value is False. Set to true to add a checksum at the end of the barcode. |
| nColorARGB | Optional. Long. Default value is Black. 32-bit Color (ARGB) used to draw the bar code. |
Returns
Long. GdPictureStatus
Category
Draw (Bar Codes)