Implementierte individuelle Controller für alle Tabellen unter Verwendung der WebCore.API Bibliothek.

This commit is contained in:
Developer 02
2024-04-04 08:58:03 +02:00
parent b8d4abb7b2
commit b43b1ef866
20 changed files with 209 additions and 57 deletions

View File

@@ -8,6 +8,5 @@
string ExportPath,
string DocumentPathDmz,
string ExportPathDmz,
string SignedMailPath,
string DocumentPathMoveAftsend);
}

View File

@@ -5,13 +5,13 @@
int DocumentId,
int ReceiverId,
int ElementType,
float PositionX,
float PositionY,
float Width,
float Height,
double PositionX,
double PositionY,
double Width,
double Height,
int Page,
bool Required,
string Tooltip,
string? Tooltip,
bool ReadOnly,
int AnnotationIndex,
DateTime AddedWhen,