Protokolll inhalt erweitert
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user