|
Daniel's XL Toolbox NG
|
Model for graphic export settings. More...
Public Member Functions | |
| Preset () | |
| Preset (FileType fileType, int dpi, ColorSpace colorSpace) | |
| string | GetDefaultName () |
| Returns a default name for the current settings that is created from the individual properties. More... | |
| void | Store (Workbook workbookContext) |
| Serializes the current Preset into a workbook's Store. More... | |
| void | Store () |
| string | ComputeMD5Hash () |
| Returns the MD5 hash of this Preset. More... | |
| override string | ToString () |
Static Public Member Functions | |
| static Preset | FromLastUsed () |
| Returns the last used preset stored in the UserSettings, or null. More... | |
| static Preset | FromLastUsed (Workbook workbookContext) |
| Returns the last used preset that is stored in the current workbook, or the last used preset stored in the UserSettings, or null. More... | |
Properties | |
| string | Name [get, set] |
| int | Dpi [get, set] |
| FileType | FileType [get, set] |
| ColorSpace | ColorSpace [get, set] |
| bool | IsVectorType [get] |
| int | Bpp [get] |
| Transparency | Transparency [get, set] |
| bool | UseColorProfile [get, set] |
| string | ColorProfile [get, set] |
Model for graphic export settings.
|
inline |
|
inline |
|
inline |
Returns the MD5 hash of this Preset.
This is just a wrapper around Bovender's extension method so that calling code does not need to use Bovender.Extensions.
|
inlinestatic |
Returns the last used preset stored in the UserSettings, or null.
|
inlinestatic |
Returns the last used preset that is stored in the current workbook, or the last used preset stored in the UserSettings, or null.
|
inline |
Returns a default name for the current settings that is created from the individual properties.
|
inline |
Serializes the current Preset into a workbook's Store.
| workbookContext |
|
inline |
|
inline |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |