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

Public Member Functions | |
| virtual void | CopyPrefs (IEPSExportPreferences *prefsToCopy)=0 |
| virtual void | SetExportEPSPageOption (const int32 pageOption)=0 |
| virtual void | SetExportEPSPageRange (const PMString &pageRange)=0 |
| virtual void | SetExportEPSReaderSpread (const int32 readerSpread)=0 |
| virtual void | SetExportEPSPSLevel (const int32 postScriptLevel)=0 |
| virtual void | SetExportEPSBleedOnOff (const int32 bleedOnOff)=0 |
| virtual void | SetExportEPSBleedTop (const PMReal bleedAmt)=0 |
| virtual void | SetExportEPSBleedBottom (const PMReal bleedAmt)=0 |
| virtual void | SetExportEPSBleedInside (const PMReal bleedAmt)=0 |
| virtual void | SetExportEPSBleedOutside (const PMReal bleedAmt)=0 |
| virtual void | SetExportEPSColorSpace (const int32 colorSpace)=0 |
| virtual void | SetExportEPSPreview (const int32 preview)=0 |
| virtual void | SetExportEPSDataFormat (const int32 dataFormat)=0 |
| virtual void | SetExportEPSBitmapSampling (const int32 bitmapSampling)=0 |
| virtual void | SetExportEPSIncludeFonts (const int32 includeFonts)=0 |
| virtual void | SetExportEPSOPIReplace (const int32 opiReplace)=0 |
| virtual void | SetExportEPSAllPageMarks (const int32 allPageMarks)=0 |
| virtual void | SetExportEPSCropMarks (const int32 cropMarks)=0 |
| virtual void | SetExportEPSBleedMarks (const int32 cropMarks)=0 |
| virtual void | SetExportEPSPageInfo (const int32 pageInfo)=0 |
| virtual void | SetExportEPSRegMarks (const int32 regMarks)=0 |
| virtual void | SetExportEPSColorBars (const int32 colorBars)=0 |
| virtual void | SetExportEPSOmitPDF (const int32 omitPDF)=0 |
| virtual void | SetExportEPSOmitEPS (const int32 omitEPS)=0 |
| virtual void | SetExportEPSOmitBitmapImages (const int32 omitBitmapImages)=0 |
| virtual void | SetExportEPSSpotOverPrint (int32 spotOverPrint)=0 |
| virtual void | SetExportEPSFlattenerStyle (UID const &style)=0 |
| virtual void | SetExportEPSIgnoreFlattenerSpreadOverrides (const int32 ignore)=0 |
| virtual int32 | GetExportEPSPageOption (void) const =0 |
| virtual PMString | GetExportEPSPageRange (void) const =0 |
| virtual int32 | GetExportEPSReaderSpread (void) const =0 |
| virtual int32 | GetExportEPSPSLevel (void) const =0 |
| virtual int32 | GetExportEPSBleedOnOff (void) const =0 |
| virtual PMReal | GetExportEPSBleedTop (void) const =0 |
| virtual PMReal | GetExportEPSBleedBottom (void) const =0 |
| virtual PMReal | GetExportEPSBleedInside (void) const =0 |
| virtual PMReal | GetExportEPSBleedOutside (void) const =0 |
| virtual int32 | GetExportEPSColorSpace (void) const =0 |
| virtual int32 | GetExportEPSPreview (void) const =0 |
| virtual int32 | GetExportEPSDataFormat (void) const =0 |
| virtual int32 | GetExportEPSBitmapSampling (void) const =0 |
| virtual int32 | GetExportEPSIncludeFonts (void) const =0 |
| virtual int32 | GetExportEPSOPIReplace (void) const =0 |
| virtual int32 | GetExportEPSAllPageMarks (void) const =0 |
| virtual int32 | GetExportEPSCropMarks (void) const =0 |
| virtual int32 | GetExportEPSBleedMarks (void) const =0 |
| virtual int32 | GetExportEPSPageInfo (void) const =0 |
| virtual int32 | GetExportEPSRegMarks (void) const =0 |
| virtual int32 | GetExportEPSColorBars (void) const =0 |
| virtual int32 | GetExportEPSOmitPDF (void) const =0 |
| virtual int32 | GetExportEPSOmitEPS (void) const =0 |
| virtual int32 | GetExportEPSOmitBitmapImages (void) const =0 |
| virtual int32 | GetExportEPSSpotOverPrint (void) const =0 |
| virtual UID | GetExportEPSFlattenerStyle () const =0 |
| virtual int32 | GetExportEPSIgnoreFlattenerSpreadOverrides () 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 |
Command data inteface for setting the EPS export preferences, IEPSExportPreference. Use the enum values defined in IEPSExportPreferences.h to set most options.
| pure virtual |
Copy the given IEPSExportPrefences to here. This is a shortcut if you only want to change one setting, use this to copy the settings then just change the one.
| prefsToCopy | IN the IEPSExportPrefences to copy |
| pure virtual |
Get all page marks on/off - not supported don't use
| pure virtual |
Get send image data
| pure virtual |
Get Bleed bottom value
| pure virtual |
Get Bleed inside (side closest to binding) value
| pure virtual |
Get bleed marks on/off - not supported don't use
| pure virtual |
Get Bleed on/off
| pure virtual |
Get Bleed outside (side farthest from binding) value
| pure virtual |
Get Bleed top value
| pure virtual |
Get color bars on/off - not supported don't use
| pure virtual |
Get output color space
| pure virtual |
Get crop marks on/off - not supported don't use
| pure virtual |
Get output data format
| pure virtual |
Get flattener style UID to use
| pure virtual |
Get ignore flattener spread overrides on/off
| pure virtual |
Get include fonts
| pure virtual |
Get omit bitmap images on/off
| pure virtual |
Get omit EPS on/off
| pure virtual |
Get omit PDF on/off
| pure virtual |
Get OPI replacement on/off
| pure virtual |
Get page info on/off - not supported don't use
| pure virtual |
Get which pages to export
| pure virtual |
Get page range
| pure virtual |
Get preview generation
| pure virtual |
Get PostScript level
| pure virtual |
Get reader spread
| pure virtual |
Get registration marks on/off - not supported don't use
| pure virtual |
Get Simulate Overprint on/off
| pure virtual |
Set all page marks on/off - not supported don't use
| allPageMarks | IN kExportAllPageMarksON or kExportAllPageMarksOFF |
| pure virtual |
Set send image data
| bitmapSampling | IN kExportBMSampleNormal (All) or kExportBMSampleLowRes (Proxy) |
| pure virtual |
Set Bleed bottom value
| bleedAmt | IN bleed bottom value |
| pure virtual |
Set Bleed inside (side closest to binding) value
| bleedAmt | IN bleed inside value |
| pure virtual |
Set bleed marks on/off - not supported don't use
| bleedMarks | IN kExportBleedMarksON or kExportBleedMarksOFF |
| pure virtual |
Set Bleed on/off
| bleedOnOff | IN kExportBleedON or kExportBleedOFF |
| pure virtual |
Set Bleed outside (side farthest from binding) value
| bleedAmt | IN bleed outside value |
| pure virtual |
Set Bleed top value
| bleedAmt | IN bleed top value |
| pure virtual |
Set color bars on/off - not supported don't use
| colorBars | IN kExportColorBarsON or kExportColorBarsOFF |
| pure virtual |
Set output color space
| colorSpace | IN kExportPSColorSpaceGray, kExportPSColorSpaceRGB, kExportPSColorSpaceCMYK, kExportPSColorSpaceDIC or kExportPSColorSpaceLeaveUnchanged |
| pure virtual |
Set crop marks on/off - not supported don't use
| cropMarks | IN kExportCropMarksON or kExportCropMarksOFF |
| pure virtual |
Set output data format
| dataFormat | IN kExportBinaryData or kExportASCIIData |
| pure virtual |
Set flattener style UID to use
| style | IN UID of flattener style to use |
| pure virtual |
Set ignore flattener spread overrides on/off
| ignoreOverrides | IN kExportIgnoreSpreadOverridesON or kExportIgnoreSpreadOverridesOFF |
| pure virtual |
Set include fonts
| includeFonts | IN kExportIncludeFontsWhole (Complete) or kExportIncludeFontsSubset or kExportIncludeFontsNone |
| pure virtual |
Set omit bitmap images on/off
| omitBitmapImages | IN kExportOmitBitmapImagesON or kExportOmitBitmapImagesOFF |
| pure virtual |
Set omit EPS on/off
| omitEPS | IN kExportOmitEPSON or kExportOmitEPSOFF |
| pure virtual |
Set omit PDF on/off
| omitPDF | IN kExportOmitPDFON or kExportOmitPDFOFF |
| pure virtual |
Set OPI replacement on/off
| opiReplace | IN kExportOPIReplaceON or kExportOPIReplaceOFF |
| pure virtual |
Set page info on/off - not supported don't use
| pageInfo | IN kExportPageInfoON or kExportPageInfoOFF |
| pure virtual |
Set which pages to export
| pageOption | IN kExportAllPages or kExportRanges |
| pure virtual |
Set page range
| pageRange | IN page range string |
| pure virtual |
Set preview generation
| preview | IN kExportPreviewNone or kExportPreviewTIFF or kExportPreviewPICT (Mac only) |
| pure virtual |
Set PostScript level
| postScriptLevel | IN kExportPSLevel2 or kExportPSLevel2WithDEFG or kExportPSLevel3 |
| pure virtual |
Set reader spread
| readerSpread | IN kExportReaderSpreadON or kExportReaderSpreadOFF |
| pure virtual |
Set registration marks on/off - not supported don't use
| regMarks | IN kExportRegMarksON or kExportRegMarksOFF |
| pure virtual |
Set Simulate Overprint on/off
| spotOverPrint | IN kExportLegacy (OFF) or kExportSimulatePress (ON) |