Gets a DrawingVisual object that represents the barcode.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

C#
public DrawingVisual GetBarcodeVisual()
Visual Basic (Declaration)
Public Function GetBarcodeVisual As DrawingVisual
Visual C++
public:
DrawingVisual^ GetBarcodeVisual()

Return Value

A DrawingVisual object that represents the barcode.

See Also