refactor(BurnPdfCommand): add Report property to forward report.

- Reverse the order in which behaviors are added.
This commit is contained in:
2025-11-12 12:47:19 +01:00
parent 958bcdfc42
commit e68965543e
5 changed files with 100 additions and 6 deletions

View File

@@ -24,6 +24,10 @@ public record BurnPdfCommand(int? EnvelopeId = null, string? EnvelopeUuid = null
internal bool Debug { get; set; }
internal Envelope? Envelope { get; set; }
#if WINDOWS
internal byte[]? Report { get; set; }
#endif
}
/// <summary>