Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: WCrihfield

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.