BarcodeSettings
ApplyKey Method
|
Provide a valid key to remove the logo of E-iceblue in
the barcode view or image generated by this component
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static void ApplyKey(
string key
)
Public Shared Sub ApplyKey (
key As String
)
public:
static void ApplyKey(
String^ key
)
static member ApplyKey :
key : string -> unit
Parameters
-
key
-
Type:
System
String
Barcode key
See Also