Posted by a ceTe Software moderator
Hello,
It shows that you have a potrait page with a rotation in it. Rotating a page does not make it landscape, but it looks like landscape as it is rotated. YOu will have to check if the page is rotated in your case. You can get the rotation value by using the Rotate property.
int rotation = mergeDocument.Pages[0].Rotate;
If you want to rotate the current page then you can rotate it by using the Rotate property of the page.
Thanks,
ceTe Software Support Team.