'Declaration Public Shared Function GetTransformFromPageSpaceToViewerSpace( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal imageThe image, which is associated with PDF page.As Vintasoft.Imaging.VintasoftImage _
) As Vintasoft.Imaging.AffineMatrix
public static Vintasoft.Imaging.AffineMatrix GetTransformFromPageSpaceToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image
)
public: static Vintasoft.Imaging.AffineMatrix* GetTransformFromPageSpaceToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image
)
public:
static Vintasoft.Imaging.AffineMatrix^ GetTransformFromPageSpaceToViewerSpace(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- viewer
- The image viewer.
- image
- The image, which is associated with PDF page.
Return Value
A transform from the PDF page space to the image viewer space.