Übersetzendie FinalizeDocumentJob-Funktion des EnvelopeGenerator.Service-Projekts in C# und kopieren sie.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using EnvelopeGenerator.ServiceHost.Jobs.FinalizeDocument;
|
||||
|
||||
namespace EnvelopeGenerator.ServiceHost.Jobs;
|
||||
|
||||
public class FinalizeDocumentJobOptions
|
||||
{
|
||||
public string ConnectionString { get; set; } = string.Empty;
|
||||
public string GdPictureLicenseKey { get; set; } = string.Empty;
|
||||
public bool Debug { get; set; }
|
||||
public PDFBurnerParams PdfBurnerParams { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user