1. If I save a PB_CropBox values by PXC_SetPageBox and then read it by PXC_GetPageBox, the Bottom and Top values are interchanged.
E.g. if I save Top value 50 and Bottom value 700, consequently I read Top Value 700 and Bottom value 50.
2. I have also a question concerning the PXC_PlaceImage function:
When using the 'y' parameter to horizontaly place the picture, the paramater value is aplied from the bottom of the page:
* value 0 -> picture is not visible - its top is on the page bottom,
* value 150 -> top part of the picture is visible on the bottom of the page,
* value = PageHeight -> picture is shown on the top of the page.
Is this behavior correct?
My configuration:
* PDF-XChange PRO 4 SDK, build 4.0.0.150 (downloaded before an hour

* VB.NET 2008, ver. 9.0.30729.1 SP (with SP1)
* Win Vista Business SP1
* I tried several GIF and JPG images with different resolution, always with the same outcome.
Thanks,
Ondrej Bouda