This is a migrated thread and some comments may be shown as answers.

Landscape format

1 Answer 297 Views
PdfProcessing
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 24 Mar 2015, 12:46 PM
Hi,

I found no direct option for Landscape formats.
So what I do ATM is to set the size with
Size sZ = PaperTypeConverter.ToSize(PaperTypes.A4);
swap width / height a this size and assign it to the page.size

Did I miss something (some "hidden" property) - or is this the way to do it?

Manfred

1 Answer, 1 is accepted

Sort by
0
Accepted
Tanya
Telerik team
answered on 25 Mar 2015, 04:38 PM
Hello Manfred,

That is the right way to visualize a page in Landscape mode. There is one property, which has a similar behavior - the RadFixedPage's Rotation. This property can be set to a different rotation angle, but rotates the content along with the page and I am not sure if this fits your requirements.

Hope this information is helpful.

Regards,
Tanya
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
PdfProcessing
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Tanya
Telerik team
Share this question
or