update 20241206
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BarcodeLib
|
||||
public System.Drawing.Image Get_LinerBarcode(Barcoded.Symbology Typ, string Inhalt, string HrText,string HrPosition, string HrFont, int HrSize, int Rotation)
|
||||
{
|
||||
|
||||
Barcoded.LinearBarcode newbarcode = new Barcoded.LinearBarcode(HrText, Typ);
|
||||
Barcoded.LinearBarcode newbarcode = new Barcoded.LinearBarcode(Inhalt, Typ);
|
||||
if (HrText != "")
|
||||
{
|
||||
newbarcode.Encoder.HumanReadableValue = HrText;
|
||||
|
||||
Reference in New Issue
Block a user