fix(PDFBurnerParams): Verschieben in das Verzeichnis /FinalizeDocument

This commit is contained in:
Developer 02
2025-04-25 11:39:59 +02:00
parent edd54ab302
commit 41cb2c2d93
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
Imports System.Drawing
Namespace Jobs.FinalizeDocument
Public Class PDFBurnerParams
Public Property IgnoredLabels As New List(Of String) From {"Date", "Datum", "ZIP", "PLZ", "Place", "Ort", "Position", "Stellung"}
Public Property TopMargin As Double = 0.1
Public Property YOffset As Double = -0.3
Public Property FontName As String = "Arial"
Public Property FontSize As Integer = 8
Public Property FontStyle As FontStyle = FontStyle.Italic
End Class
End Namespace