ZUGFeRDService: Add config option MaxAttachmentSizeInMegaBytes
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
''' regardless of the REJECTED status.
|
||||
''' </summary>
|
||||
Public Property IgnoreRejectionStatus As Boolean = False
|
||||
|
||||
''' <summary>
|
||||
''' Maximum Size for attachment files in MB. If This is set to -1,
|
||||
''' there's no size limit.
|
||||
''' </summary>
|
||||
Public Property MaxAttachmentSizeInMegaBytes As Integer = -1
|
||||
End Class
|
||||
|
||||
Public Class FirebirdConfig
|
||||
|
||||
Reference in New Issue
Block a user