Update 20250618

This commit is contained in:
Stefan Hutter
2025-06-18 23:11:00 +02:00
parent 85ff87dc62
commit f45b683545
173 changed files with 1728 additions and 320 deletions

View File

@@ -527,7 +527,7 @@ namespace Versandstrasse
float pointsLeft = convertor.ConvertUnits(leftmm, PdfGraphicsUnit.Millimeter, PdfGraphicsUnit.Point);
float pointstop = convertor.ConvertUnits(topmm, PdfGraphicsUnit.Millimeter, PdfGraphicsUnit.Point);
RectangleF bounds = new RectangleF(pointsLeft, pointstop, 100, 45);
RectangleF bounds = new RectangleF(pointsLeft, pointstop, 150, 70);
//Set the page Transparency$PdfSolidBrush brush = new PdfSolidBrush(Color.LightBlue);
PdfSolidBrush brush = new PdfSolidBrush(Color.LightBlue);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.