refactor(Edit): rename as Pdf

- add Page and Design methods as shortcut methods
This commit is contained in:
2025-09-25 11:06:03 +02:00
parent 2d6347ffa6
commit b0b734ecfb
2 changed files with 28 additions and 9 deletions

View File

@@ -224,7 +224,7 @@ public class EnvelopeController : ViewControllerBase
{
if (er.Envelope!.Documents?.FirstOrDefault() is DocumentDto doc && doc.ByteData is not null)
{
var edit = Edit.FromMemory(doc.ByteData).Draw(1, canvas =>
var edit = Pdf.FromMemory(doc.ByteData).Draw(1, canvas =>
{
canvas.SetStrokeColor(ColorConstants.RED);
canvas.SetFillColor(ColorConstants.CYAN);