update 20241201
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -46,8 +46,12 @@ namespace Model
|
||||
|
||||
public string barcode_font { get; set; } = "Bar 25i c HR";
|
||||
public int barcode_fontsize { get; set; } = 26;
|
||||
public string barcode_textposition { get; set; }
|
||||
public string Zusatz_Font { get; set; } = "Arial";
|
||||
public int Zusatz_FontSize { get; set; } = 8;
|
||||
public string barcode_type { get; set; } = "";
|
||||
|
||||
public string barcode_content { get; set; } = "";
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -55,7 +55,17 @@ namespace Model
|
||||
public string img_unterschrfitrechts { get; set; } = "";
|
||||
public string img_faktura { get; set; } = "";
|
||||
|
||||
|
||||
public int barcode_height { get; set; } = 0;
|
||||
public int barcode_width { get; set; } = 0;
|
||||
public int barcode_top { get; set; } = 0;
|
||||
public int barcode_left { get; set; } = 0;
|
||||
public int barcode_horizontal { get; set; } = 0;
|
||||
public string barcode_font { get; set; } = "";
|
||||
public string barcode_fontsize { get; set; } = "";
|
||||
public string barcode_textposition { get; set; } = "";
|
||||
public string barcode_zusatz { get; set; }
|
||||
public string barcode_type { get; set; } = "";
|
||||
public string barcode_content { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user