Paginated printing #2460
Unanswered
Serg-Norseman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please advise.
I need to print a very large paginated image. In the old version of the WinForms-based application, I paginated the image myself, based on functions that could give me the page size before printing.
Currently, in Eto.Forms, the page size can only be obtained from the page print event handler arguments. How to make code that would automatically paginate an image, at least on Windows and Linux platforms?
Beta Was this translation helpful? Give feedback.
All reactions