According to the documentation, TImageEnIo.PrintImagePos will maintain the aspect ratio of the image. I cannot get this to happen.
ImageBox->PrintingMaintainAR = true;
ImageBox->PrintImagePos(NULL, 2, 2, 2, 1);
ImageBox->PrintImage(NULL, 5.00, 1.25, .50, 6, ievpTop, iehpCenter, iesFitToPage, 0, 0, 1, false);
The PrintImage function will maintain it, but the PrintImagePos is stretched. I have been using the PrintImage, but I would rather use PrintImagePos (specifying the border rather than the physical dimensions just seems a little odd). What am I doing wrong?