BarCodeGenerator
GenerateImage Method
|
Generates an image with the rendered barcode based on the settings (
IBarcodeSettings
).
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public Image GenerateImage()
Public Function GenerateImage As Image
public:
Image^ GenerateImage()
member GenerateImage : unit -> Image
Return Value
Type:
Image
The generated barcode image.
Exceptions
Exception
|
Condition
|
BarCodeFormatException
|
If the data in the settings can't be rendered by the selected barcode.
|
See Also