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

Public Types | |
| enum | { kDefaultIID = IID_IIMAGEDATAACCESS } |
Public Member Functions | |
| virtual void | SetLowResImageUID (UID uid)=0 |
| virtual UID | GetLowResImageUID () 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 |
This interface stores the UID of the proxy image and lives off any boss that needs
a proxy image such as the kImageItem boss.
| anonymous enum |
default interface IID
| pure virtual |
| pure virtual |
Set the UID of the proxy image for this boss.
| uid | - IN: proxy UID |