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

Public Types | |
| enum | { kDefaultIID = IID_IPDFPOSTPROCESSPREFS } |
Public Member Functions | |
| virtual void | CopyPrefs (IPDFPostProcessPrefs *prefsToCopy)=0 |
| virtual void | ReadWrite (IPMStream *iPMStream, ImplementationID prop)=0 |
| virtual void | SetViewAfterExport (bool16 viewAfterExport)=0 |
| virtual bool16 | GetViewAfterExport () 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 |
Interface used to maintain persistent PDF preference data not part of the standard IPDFExportPrefs.
| pure virtual |
Method to copy the specified preferences to this object.
| prefsToCopy | are the preferences to copy. |
| pure virtual |
Standard method to presist this object.
| iPMStream | is the stream to use for read or write. |
| prop | is the implementation id. |