I try to show an Image with the Picture Function. After the first attempt all other Images, which I created later, has the same size in the preview window. Notice, the Image is changed only the size not.
Here my C++ Code.
m_hVpe.OpenDoc();
m_hVpe.SetPageOrientation(2);
m_hVpe.Picture( 60, 60, VFREE, VFREE, cJPG_Datei, PIC_BESTFIT);
m_hVpe.Preview();
Why does the VPE stores the size from the JPG before?? How can I reset the preview.