BarCodeControl
BarCodeHandlerUrl Property
|
Barcode HTTP handler URL.
Namespace:
Spire.Barcode.WebUI
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string BarCodeHandlerUrl { get; set; }
Public Property BarCodeHandlerUrl As String
Get
Set
public:
property String^ BarCodeHandlerUrl {
String^ get ();
void set (String^ value);
}
member BarCodeHandlerUrl : string with get, set
Property Value
Type:
String
See Also