Message 1 of 3
Inventor bug: Submit print does not work when document opened hidded mode
Not applicable
08-26-2009
12:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If drawing document has been opened in FWxMainFrameEnvironment environment with the hidden mode flag.
DrawingDocument printMe = site.Application.Documents.Open(documentFile, false) as DrawingDocument;
it seems that PrintManager.SubmitPrint() does not print. It does not throw any error this case.
DrawingDocument printMe = site.Application.Documents.Open(documentFile, false) as DrawingDocument;
it seems that PrintManager.SubmitPrint() does not print. It does not throw any error this case.