Hallo Arno.
Bitte teste mal die folgende Option …
#define LL_OPTION_PRN_FORCE_PROJECTSIZE_AS_PAPERSIZE (336)
\* default: 0 (1: if "ForcePaperFormat"=TRUE, do not iterate available paper formats and look up a matching one, just put the selected size in the DEVMODE structure and hope for the printer to accept it.)*/
… mit dem Hex-Wert 0x04 für das LL-Objekt im WRD und WRV zu setzen.
Das kann in C# wie folgt aussehen:
ll.Core.LlSetOption(336, 0x04); //LL_OPTION_PRN_FORCE_PROJECTSIZE_AS_PAPERSIZE
Bei internen Tests passt das Format dann im Desktop-Designer als auch im WRD.