Page 1 of 1

Zooming Question

Posted: Tue Sep 07, 2021 9:04 pm
by standay
Hi Sergey,

I'm using DocumentPixelsPerInch in my rve to zoom. Works great. Help file says: "Zooming is applied to almost everything: margins, background images, items in a document."

Is there a way to set an image so that the zoom won't affect it?

Thanks

Stan

Re: Zooming Question

Posted: Wed Sep 08, 2021 6:18 am
by Sergey Tkachenko
Sorry no.
Everything is zoomed automatically except for images from TImageList (in VCL version) and controls.

Re: Zooming Question

Posted: Wed Sep 08, 2021 11:53 am
by standay
Thanks Sergey. I've worked around it in one spot of my app. Just wanted to make sure I wasn't missing some built-in way of doing it.

Stan