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

Public Member Functions | |
| virtual void | Set (IDataBase *db, const UID uid, const PMReal &targetRes, IPMStream *pStreamToImport, const UIFlags uiFlags, const bool16 bAddProColor, const bool16 bImportDCS, const bool16 bReadOPI, const bool16 bCreateFrame, UID uidPreview)=0 |
| virtual IDataBase * | GetSVGDB () const =0 |
| virtual UID | GetSVGUID () const =0 |
| virtual PMReal | GetTargetRes () const =0 |
| virtual IPMStream * | GetStream () const =0 |
| virtual UIFlags | GetUIFlags () const =0 |
| virtual bool16 | GetAddProColor () const =0 |
| virtual bool16 | GetImportDCS () const =0 |
| virtual bool16 | GetReadOPI () const =0 |
| virtual bool16 | GetCreateFrame () const =0 |
| virtual UID | GetPreview () 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 |
Settings for the command data to import an EPS - kImportSVGCmdBoss
| pure virtual |
Get add process colors - currently unsupported don't use
| pure virtual |
Get create frame from clipping path
| pure virtual |
Get import nested DCS - currently unsupported don't use
| pure virtual |
Get UID for the EPS proxy preview
| pure virtual |
Get read nested OPI comments
| pure virtual |
Get the EPS stream to import
| pure virtual |
Get EPS database
| pure virtual |
Get EPS UID
| pure virtual |
Get the target resolution
| pure virtual |
Get the current UI flags
| pure virtual |
Set method for all parameters
| db | IN the database for the EPS |
| uid | IN the UID of the EPS |
| targetRes | IN the target display resolution |
| pStreamToImport | IN the stream to the EPS |
| uiFlags | IN the current UI flags |
| bAddProColor | IN add process colors - currently unsupported don't use |
| bImportDCS | IN import nested DCS - currently unsupported don't use |
| bReadOPI | IN read nested OPI comments |
| bCreateFrame | IN create frame from clipping path |
| uidPreview | IN UID of the EPS proxy preview |