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

Public Types | |
| enum | { kDefaultIID = IID_IINKRESOURCES } |
Public Member Functions | |
| virtual void | GetUsedInks (IInkResourceData *iInkResourceData)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to report ink usage for a page item. For example, an EPS knows which inks it uses differently from a PDF. So, the EPSPageItem has its own version of GetUsedInks, which will record its own ink usage into the IInkResourceData.
| anonymous enum |
Default enum
| pure virtual |
Adds the process and spot inks that this item uses. The list will ignore duplicates so that the client does not have to check for existance before adding.
| iInkResourceData | IN the interface that records ink usage |