BarCodeDraw128 Method

See Also     Examples     Applies To

Draws a Code 128 barcode into the native image. Code 128 is a very high density alphanumeric bar code. The symbol can be as long as necessary to store the encoded data. It is designed to encode all 128 ASCII characters, and will use the least amount of space for data of 6 characters or more of any 1-D symbology.

Syntax

object.BarCodeDraw128 (sCode, nDstX, nDstY, nHeight, nColor)

The BarCodeDraw128 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. (no length limitation). must be char of the ascii 128 table.
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.
nColor Optional. Long. Default value is Black. ARGB long color value used to draw the bar code.

Returns

ImagingStatus

Remarks

The ImagingStatus constants are defined HERE

Category

Draw (Bar Codes)





© Copyright 2007 GdPicture All rights reserved.
Documentation MAP.