Gets a WriteableBitmap object that represents the barcode.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

C#
public WriteableBitmap GetBarcodeImage()
Visual Basic (Declaration)
Public Function GetBarcodeImage As WriteableBitmap
Visual C++
public:
WriteableBitmap^ GetBarcodeImage()

Return Value

A WriteableBitmap object that represents the barcode.

See Also