In the .NET Preview control, how can I determine where on a document page (in inches) the mouse is positioned?
Use the C1PrintPreviewControl.PreviewPane.ClientToDocument method. Attached is a sample. For a more elaborate example, see the ObjectCoordinates sample shipped with C1Preview. Thanks.