Problems with Property PdfFileStamp.PageNumberRotation

I want adding pagenumbers on a existing .pdf File. The Pagenumbers will be placed by default on the bottom of the Site. Works fine. But I need to rotate the pagenumber by 90 Degree (On the right Site). I think for this purpose you implemented the Property PageNumberRotation!? If I set the this property to 90, there is no effect. The pagenumbers are at the same place. How can I place the Pagenr. to the right site on the page?
(Someone had a similar question… Look at the bottom of post How to get the page number and display it

SampleCode:
PdfFileStamp fileStamp = null;
fileStamp = new PdfFileStamp(inputFile, outputFile);
fileStamp.PageNumberRotation = 90;
fileStamp.AddPageNumber(“Page #”);
fileStamp.Close();

Thanks in advance.

Manfred

Hi Manfred,

Thank you very much for considering Aspose.

I have reproduced this issue at my end and logged it as PDFKITNET-15377 in our issue tracking system. Our team will look into this issue and you’ll be updated via this forum thread once the issue is resolved.

We’re sorry for the inconvenience.
Regards,

The issues you have found earlier (filed as 15377) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.