GetImage Method

Gets an image of the barcode that represents the value in the Text property, obtained using the encoding specified by the CodeType property.

Syntax

object.GetImage (width As Integer, height As Integer)

Parameters

The following parameters are available:

Parameter Description
width The width of the image, in pixels.
height The height of the image, in pixels.

Return Type

System.Drawing.Image