![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PDFVTExportProvider (IPMUnknown *boss) | |
| ~PDFVTExportProvider () | |
| virtual bool16 | PDFProcessEvent (PDFExportEvent *pdfExportEvent, int32 pageNum) |
Public Member Functions inherited from CPMUnknown< IPDFExportSetupProvider > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IPDFExportSetupProvider | |
| enum | { kDefaultIID = IID_IPDFEXPORTSETUPPROVIDER } |
Protected Member Functions inherited from CPMUnknown< IPDFExportSetupProvider > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPDFExportSetupProvider > | |
| HelperInterface | fHelperInterface |
Implements a service provider, which writes CIP4 metadata to the PDF file being exported.
| PDFVTExportProvider::PDFVTExportProvider | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | object this object is aggregated on. |
| PDFVTExportProvider::~PDFVTExportProvider | ( | ) |
Destructor.
| virtual |
Called from the PDF export controller prior to each export event. See IPDFExportController.h for a list of the PDF export events. Register for the kPDFExportSetupService to use this.
| pdfExportEvent | IN the current event - see IPDFExportController for events and the PDFExportEvent structure. |
| pageNum | IN the current page based index for the event, zero based. |
Implements IPDFExportSetupProvider.