It returns a parameters 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 GetBarcodeUrlParam() |
Visual Basic |
---|
Public Function GetBarcodeUrlParam As String |
Visual C++ |
---|
public:
String^ GetBarcodeUrlParam() |
Return Value
A string representing the URL's parameters used to generate the barcode image on the server side.
See Also