feat(appsettings): Konfigurierte AnnotationParams

This commit is contained in:
Developer 02
2025-03-21 13:11:54 +01:00
parent 91f1296e9b
commit 2d7c0a292b

View File

@@ -161,11 +161,17 @@
}, },
{ {
"Name": "City", "Name": "City",
"VerBoundAnnotName": "Signature" "VerBoundAnnotName": "Signature",
"WidthRatio": 1.2,
"HeightRatio": 0.5,
"MarginTopRatio": 0.48
}, },
{ {
"Name": "Date", "Name": "Date",
"VerBoundAnnotName": "City" "VerBoundAnnotName": "City",
"WidthRatio": 1.55,
"HeightRatio": 0.5,
"MarginTopRatio": 0.45
} }
] ]
} }