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