ZUGFeRDService: Add config option MaxAttachmentSizeInMegaBytes
This commit is contained in:
@@ -86,7 +86,10 @@ Public Class Form1
|
||||
End Function
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim args As New WorkerArgs()
|
||||
Dim args As New WorkerArgs() With {
|
||||
.MaxAttachmentSizeInMegaBytes = 10,
|
||||
.IgnoreRejectionStatus = False
|
||||
}
|
||||
args = LoadFolderConfig(args)
|
||||
args = LoadPropertyMapFor(args, "DEFAULT")
|
||||
args.InsertIntoSQLServer = True
|
||||
|
||||
Reference in New Issue
Block a user