![]() | InDesign SDK 20.5 |
#include <IOverprintBlackPreference.h>

Public Member Functions | |
| virtual void | SetOverprint (bool8 overprintVal)=0 |
| virtual bool8 | GetOverprint () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for the overprint black preference. This is used to store the overprint black setting for the application and document preferences, as well as for the kSetOverprintBlackCmdBoss command.
Note: The default value for this preference is kTrue.
| pure virtual |
Returns the value of the overprint black preference.
| pure virtual |
Sets the overprint black preference.
| overprintVal | IN kTrue if black should overprint by default, else kFalse |