Updated Home (markdown)

davebrokit
2024-05-27 13:02:59 +01:00
parent b8b0dae6fd
commit eed934b95a

@@ -87,7 +87,8 @@ using UglyToad.PdfPig.Writer;
pageBuilder.DrawRectangle(box.BottomLeft, (decimal)box.Width, (decimal)box.Height); pageBuilder.DrawRectangle(box.BottomLeft, (decimal)box.Width, (decimal)box.Height);
} }
builder.ToImage().Display(); byte[] b = builder.Build();
// Save to file etc
} }
``` ```