'Declaration Public Sub PointsFromPageSpaceToImageSpace( _
ByVal pointsProvides point, in the image's coordinate space, to convert; returns the converted point, in the PDF page's coordinate space.() As System.Drawing.PointF, _
ByVal imageResolutionResolution of the image coordinate space.As Vintasoft.Imaging.Resolution _
)
public void PointsFromPageSpaceToImageSpace(
System.Drawing.PointF[] points,
Vintasoft.Imaging.Resolution imageResolution
)
public: void PointsFromPageSpaceToImageSpace(
System.Drawing.PointF[]* points,
Vintasoft.Imaging.Resolution imageResolution
)
public:
void PointsFromPageSpaceToImageSpace(
array<System.Drawing.PointF>^ points,
Vintasoft.Imaging.Resolution imageResolution
)
Parameters
- points
- Provides point, in the image's coordinate space, to convert; returns the converted point, in the PDF page's coordinate space.
- imageResolution
- Resolution of the image coordinate space.