Is there a way to obtain the position and width of the horizontal and vertical scrollbar of the ultraPrintPreviewControl? I need this because i wanted to implement the actions: zoom in and zoom out when the user clicks on the control. Problem is, that I don't want the zoom action to execute when I click at the scrollbars of the control, only the document, but can't find a way to obtain the position and width of the scrollbar. I can try to guess it by try an error, but I need that there be a method or property since using a fixed width and position won't help when users uses different windows themes, where scrollbars appearance and sizes changes.
Another approach I wanted to do is if it exists a way to determine the position of the printing area document, that is excluding the gray background of the control, only the document, such that only when I click on the document printing area, I can zoom in, otherwise no.
Hope I explained my troubles well and that someone can help me out here.
Thx in advance