It returns a URL string used to generate the barcode image on the server side.
Namespace: Neodynamic.WebControls.BarcodeProfessionalAssembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)
Syntax
| C# |
|---|
public string GetBarcodeUrl() |
| Visual Basic |
|---|
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