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

Public Types | |
| enum | { kDefaultIID = IID_ISVGEXPORTSETPREFSCMDDATA } |
A non-persistent data interface similar to ISVGExportPreferences
| pure virtual |
Gets embed fonts flag
| pure virtual |
Gets embed images flag. If true, images should be embedded in the generated SVG file; otherwise, images are externalized
| pure virtual |
Gets bitmap sampling
| pure virtual |
Gets file encoding option
| pure virtual |
Gets flattener style
| pure virtual |
Gets flatten output flag
| pure virtual |
Gets font subsetting option
| pure virtual |
Gets GIF palette type
| pure virtual |
Gets ignore spread overrides flag
| pure virtual |
Gets preferred image format
| pure virtual |
Gets image sampling option
| pure virtual |
Gets GIF interlacing
| pure virtual |
Gets JPEG compression quality
| pure virtual |
Gets reader's spreads setting
| pure virtual |
Gets pageitem export flag
| pure virtual |
Gets page range as a string
| pure virtual |
Gets page range format
| pure virtual |
Gets real precision
| pure virtual |
Gets rendering style
| pure virtual |
Gets style format
| pure virtual |
Gets use native XP flag
| pure virtual |
Sets embed fonts flag
| embed | IN New embed setting |
| pure virtual |
Sets embed images flag
| embed | IN If kTrue, images are embedded. |
| pure virtual |
Sets bitmap sampling
| sampling | IN New sampling setting |
| pure virtual |
Sets file encoding option
| encoding | IN New encoding option |
| pure virtual |
Sets flattener style
| style | IN New flattener style UID |
| pure virtual |
Sets flatten output flag
| flatten | IN New flatten output flag |
| pure virtual |
Sets font subsetting option
| subset | IN New font subsetting option |
| pure virtual |
Sets GIF palette type
| palette | IN New GIF palette type |
| pure virtual |
Sets ignore spread overrides flag
| ignore | IN New ignore spread overrides flag |
| pure virtual |
Sets preferred image format
| format | IN Preferred image format |
| pure virtual |
Sets image sampling option
| sampling | IN New sampling option |
| pure virtual |
Sets GIF interlacing
| interlace | IN New GIF interlace setting |
| pure virtual |
Sets JPEG compression quality
| quality | IN New compression quality |
| pure virtual |
Sets reader's spreads setting
| output | IN New reader's spreads setting |
| pure virtual |
Sets pageitem export flag
| pageitemExport | IN New pageitem export flag |
| pure virtual |
Sets page range as a string
| range | IN New page range string |
| pure virtual |
Sets page range format
| format | IN New page range format |
| pure virtual |
Sets real precision. Must be between 1 and 7, inclusive
| precision | IN New real precision |
| pure virtual |
Sets rendering style
| style | IN New rendering style |
| pure virtual |
Sets style format
| format | IN New style format |
| pure virtual |
Sets use native XP flag
| useNativeXP | IN New use native XP flag |