Message 1 of 2

Not applicable
11-05-2012
04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to create some sort of PDF printing app and it's working quite okay, except there is one issue. I cannot find how to change the PaperSize.
Example:
PrintManager pm = activeDoc.PrintManager; pm.PrintSetup.CurrentPrintSetting.PrintParameters.PaperPlacement = PaperPlacementType.Center; pm.PrintSetup.CurrentPrintSetting.PrintParameters.ZoomType = ZoomType.Zoom; pm.PrintSetup.CurrentPrintSetting.PrintParameters.PaperSize = ????;
How can I set my PaperSize? Is it possible to use an Equals string function?
Thank you in advance.
Solved! Go to Solution.