It returns a URL string used to generate the barcode image on the server side.
Namespace:
Neodynamic.WebControls.BarcodeProfessional
Assembly:
Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
| C# |
|---|
public string GetBarcodeUrl() |
| Visual Basic (Declaration) |
|---|
Public Function GetBarcodeUrl As String |
| Visual C++ |
|---|
public:
String^ GetBarcodeUrl() |
Return Value
A string representing the URL used to generate the barcode image on the server side.
See Also