PDFReaderControls.NET Standard Class Reference

PagesViewer.DocumentToClient Method

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

Overload List

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

public PointF DocumentToClient(PointF);

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

public Rectangle DocumentToClient(Rectangle);

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

public RectangleF DocumentToClient(RectangleF);

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

public float DocumentToClient(float);

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace