Allow Free Runtime Page Format Configuration via API

I suggest to implement the following feature:

Allow setting the page format (e.g., A5) programmatically via LlSetOption or similar methods to take effect correctly at runtime when printing from code, without requiring manual configuration in the report file.

A typical use case might be:

When printing reports programmatically using VB.NET and List & Label v30, we need to enforce a specific page format like A5 directly in code. However, currently, options like LlSetOption(24, 11) for paper format and LlSetOption(25, 2) for orientation seem to be ignored. Being able to reliably enforce such settings at runtime would simplify automation scenarios and avoid relying on user interaction or manual project file edits.