See Also Examples Applies To
Returns the needed width in pixel to draw a Code 39 barcode on the native GdPicture image.
Syntax
object.BarCodeGetWidth39 (sCode, nHeight, bAddCheckSum)
The BarCodeGetWidth39 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 39 chars Maxi (without checksum). Supported characters: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-0[space]$/+%$ |
| 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. |
Returns
Long. The needed width in pixel.
Category
Draw (Bar Codes)