mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Updated Home (markdown)
3
Home.md
3
Home.md
@@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user