Overload | Description |
---|---|
UnitsToPixels(PointF[],Resolution) | Converts points from image coordinate space to PDF page coordinate space taking into account the image resolution and PDF page media box. |
UnitsToPixels(PointF,Resolution) | Converts point from image coordinate space to PDF page coordinate space taking into account the image resolution and PDF page media box. |
UnitsToPixels(PointF) | Converts point from image coordinate space with DefaultResolution to PDF page coordinate space taking into account PDF page media box. |