Protokolll inhalt erweitert

This commit is contained in:
Husky
2018-07-14 15:57:50 +02:00
parent 2ee98ea823
commit 85607e926c
12 changed files with 134 additions and 90 deletions

View File

@@ -97,7 +97,7 @@ namespace BerichtGen
}
finally
{
pdf.Dispose();
//pdf.Dispose();
}
}
@@ -150,6 +150,7 @@ namespace BerichtGen
if(args.FieldName == "UVImage")
{
string source = args.FieldValue.ToString();
if (!File.Exists(source)) return;
args.Image = Image.FromFile(source);
}
}