PDFReaderControls.NET Standard Class Reference

PagesViewer.ClientToDocument Method

Convert a point in the client coordinate system to a point in the document coordinate system.

Overload List

Convert a point in the client coordinate system to a point in the document coordinate system.

public PointF ClientToDocument(PointF);

Convert a rectangle in the client coordinate system to a rectangle in the document coordinate system.

public RectangleF ClientToDocument(RectangleF);

Convert a distance in the client coordinate system to a distance in the document coordinate system.

public float ClientToDocument(float);

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace