See Also Examples Applies To
Returns the needed width in pixel to draw a 25i barcode on the native GdPicture image.
Syntax
object.BarCodeGetWidth25i (sCode, nHeight, bAddCheckSum)
The BarCodeGetWidth25i 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). |
| 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)