Message 1 of 4

Not applicable
04-01-2021
01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! I get this message every time I try to access the PrintManager in the code.
var manager = document.PrintManager;//Revit throws a message at this line
manager.PrintRange = PrintRange.Select;
manager.PrintSetup.CurrentPrintSetting = manager.PrintSetup.InSession;//Set <In-Session> to avoid this message
Is there a way to avoid this message like proccessing failures?
Message says: Cant use Adobe Pdf setting with OneNote printer. The settings will be set <in session>
Solved! Go to Solution.