Update 20250618
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user