01-08-2020
05:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-08-2020
05:15 AM
Thank you WCrihfield for answering my post. It might look like the same issue/post.(I've read your answer to that post) But the problem I'm having is that I can't set the value even before I Submit the print to the printer. I.e. DrawingPrintManager printManager = new DrawingPrintManager() printManager.ColorMode = PrintColorModeEnum.kPrintGrayScale(sets the value to kPrintGrayScale) printManager.ColorMode = PrintColorModeEnum.kPrintDefaultColorMode(sets the value to kPrintDefaultColorMode) printManager.ColorMode = PrintColorModeEnum.kPrintColorPalette(sets the value to kPrintDefaultColorMode) If I wasn't able to set the value depending on selected printer, I would expect some kind of response from the Inventor API informing me of the fact. Searching the internet, almost all examples given(even the Autodesk Inventor 2020 API help) of setting the color mode uses kPrintColorPalette and not kPrintDefaultColorMode , which makes me belive that it is possible regardless of printer.