update 20241201
This commit is contained in:
@@ -16,6 +16,7 @@ using NLog.Config;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Xml.Linq;
|
||||
using NLog.LayoutRenderers;
|
||||
using System.Configuration;
|
||||
|
||||
namespace DOCGEN
|
||||
{
|
||||
@@ -93,9 +94,21 @@ namespace DOCGEN
|
||||
dd.DocValues = sb.DocValues;
|
||||
dd.As_Faksimile = sb.faksimile_unterschrfit.ToString();
|
||||
dd.Barcode = sb.vertrag == 1;
|
||||
dd.VorlageNr = sb.officevorlagenr.ToString();
|
||||
dd.barcode_height = sb.barcode_height;
|
||||
dd.barcode_width = sb.barcode_width;
|
||||
dd.barcode_top = sb.barcode_top;
|
||||
dd.barcode_left = sb.barcode_left;
|
||||
dd.barcode_horizontal = sb.barcode_horizontal;
|
||||
dd.barcode_font=sb.barcode_font;
|
||||
dd.barcode_fontsize = Convert.ToInt32(sb.barcode_fontsize);
|
||||
dd.barcode_textposition=sb.barcode_textposition;
|
||||
dd.barcode_zusatz = sb.barcode_zusatz;
|
||||
dd.barcode_type=sb.barcode_type;
|
||||
dd.barcode_content = sb.barcode_content;
|
||||
|
||||
dok.dokument = sfword.Generate_Word(vorlage,dd, sb.img_unterschriftlinks,sb.img_unterschrfitrechts,sb.img_faktura);
|
||||
|
||||
db = null;
|
||||
dok.doktype = "D";
|
||||
|
||||
sfword = null;
|
||||
|
||||
Reference in New Issue
Block a user