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

Public Types | |
| enum | { kDefaultIID = IID_IPRINTCOPYCUSTOMDATAPROVIDER } |
Public Member Functions | |
| virtual void | CopyData (const IPrintData *srcPrintData, IPrintData *dstPrintData)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Provider interface for allowing third parties a chance to copy their own print setting, if desired. The providers will be called every time IPrintData::CopyData is called, after the CopyData has already taken place.
| pure virtual |
Called from IPrintData::CopyData(), after the copy has been done.
| srcPrintData | IN the IPrintData interface being copied from. |
| dstPrintData | IN the IPrintData interface being copied to. |