Gets or sets the logo image file (path or Base64 string) that will be used to stamp it on top or bottom of the barcode symbol. Note: this feature is not available when exporting the barcode symbol to EPS format.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public string ArtLogoImage { get; set; }
public string ArtLogoImage { get; set; }
Public Property ArtLogoImage As String
Get
Set
Public Property ArtLogoImage As String
Get
Set
public:
property String^ ArtLogoImage {
String^ get ();
void set (String^ value);
}
public:
property String^ ArtLogoImage {
String^ get ();
void set (String^ value);
}
member ArtLogoImage : string with get, set
member ArtLogoImage : string with get, set
Property Value
Type:
String