See Also Examples Applies To
Draws an EAN 13 Bar code into the native image.
Syntax
object.BarCodeDrawEAN13 (sCode, nDstX, nDstY, nHeight, nFontHeight, nColor)
The BarCodeDrawEAN13 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 12 or 13 digits (12 + checksum). |
| 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. |
| nFontHeight | Optional. Long. Default value is 0. The font height of the human readable zone in units specified by the FontSetUnit() method. Set this value to 0 to don't display the human readable zone. |
| 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)