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

Public Types | |
| enum | { kDefaultIID = IID_ISVGIMPORTPREFS } |
| enum | { kCropToBBox, kCropToArt, kCropToClippingPath } |
Public Member Functions | |
| virtual bool16 | GetShowPreview () const =0 |
| virtual void | SetShowPreview (bool16 b)=0 |
| virtual void | SetCropTo (int32 newCropTo)=0 |
| virtual int32 | GetCropTo () const =0 |
| virtual void | CopyData (ISVGImportPrefs *toCopy)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
SVG Import Preferences - settings used when the SVG was imported. Use the kSetSVGPrefsCmdBoss command to set SVG import preferences!
| anonymous enum |
Used for SVG import settings
| pure virtual |
Method to copy preferences from one interface to another.
| toCopy | is from where preferences are copied |
| pure virtual |
Method to get the CropTo information.
| pure virtual |
Determine whether we show a preview in the import options dialog.
| pure virtual |
Method to store the CropTo information.
| newCropTo |