Convert a point in the document coordinate system to a point in the client coordinate system.
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);
PagesViewer Class | TallComponents.PDF.ReaderControls Namespace