update 20241206

This commit is contained in:
Stefan Hutter
2024-12-06 21:38:12 +01:00
parent 9dccb8be8f
commit 8ade484063
187 changed files with 60608 additions and 705 deletions

View File

@@ -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;