Message 1 of 3
Inventor VB.net Print to PDF where OpenVisible = False
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all
I have been having a few issues getting the printing options that I am after. I have tried the TranslatorAddIn route which will print with the OpenVisible = false but not in the sheet size that is required. When I went down the DrawingPrintManager route I was able to get the size required but this required (from my testing and understanding) that each drawing be active or have the option OpenVisible = True.
My question is, is it possible to print using the DrawingPrintManager where I have opened the drawing using Documents.Open("SomeFilename.dwg", False) or is there some other way that this could be done?