See Also Examples Applies To
Returns the needed width in pixel to draw an EAN13 barcode on the native GdPicture image.
Syntax
object.BarCodeGetWidthEAN13 (sCode, nHeight)
The BarCodeGetWidthEAN13 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). |
| nHeight | Required. Long. Specifies the height of the bar code in pixel. |
Returns
Long. The needed width in pixel.
Category
Draw (Bar Codes)