Daniel's XL Toolbox NG
|
Holds settings for a specific single export process. More...
Public Member Functions | |
SingleExportSettings () | |
SingleExportSettings (Preset preset, double width, double height) | |
Creates a new instance using a given Preset, width, height, unit and preserve aspect flag. More... | |
SingleExportSettings (Preset preset, double width, double height, Unit unit, bool preserveAspect) | |
Creates a new instance using a given Preset, width, height, unit and preserve aspect flag. More... | |
Public Member Functions inherited from XLToolbox.Export.Models.Settings | |
Settings () | |
Static Public Member Functions | |
static SingleExportSettings | CreateForSelection (Preset preset) |
Creates a single export settings for the current selection. More... | |
Properties | |
double | Width [get, set] |
Width of the selection in points. More... | |
double | Height [get, set] |
Height of the selection in points. More... | |
bool | PreserveAspect [get, set] |
Unit | Unit [get, set] |
Properties inherited from XLToolbox.Export.Models.Settings | |
Preset | Preset [get, set] |
string | FileName [get, set] |
Holds settings for a specific single export process.
|
inline |
|
inline |
|
inline |
Creates a new instance using a given Preset, width, height, unit and preserve aspect flag.
preset | Preset to use for these settings. |
width | Width (in unit ). |
height | Height (in unit ). |
unit | Unit to use for width and height . |
preserveAspect | Whether to preserve aspect ratio when changing width or height . |
|
inlinestatic |
Creates a single export settings for the current selection.
|
getset |
Height of the selection in points.
|
getset |
|
getset |
|
getset |
Width of the selection in points.