BarCodeDrawEAN13 Method

See Also     Examples     Applies To

Draws an EAN 13 Bar code into the native GdPicture image.

Syntax

object.BarCodeDrawEAN13 (sCode, nDstLeft, nDstTop, nHeight, nFontSize, nColorARGB)

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).
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.
nFontSize Optional. Long. Default value is 0. The font size of the human readable zone in units specified by the FontSetUnit() function. Set this value to 0 to don't display the human readable zone.
nColorARGB Optional. Long. Default value is Black. 32-bit Color (ARGB) used to draw the bar code.

Returns

Long. GdPictureStatus

Category

Draw (Bar Codes)





© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.