Preview dialogs options
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum PreviewParamsOptions
Public Enumeration PreviewParamsOptions
public enum class PreviewParamsOptions
Members
| Member | Value | Description |
|---|---|---|
| DefaultLockPreviewDown | 1 |
if True the "Lock preview" button will be down for default
|
| ShowApplyButton | 2 |
if True the -Apply- button is showed
|
| ShowResetButton | 4 |
show a "Reset" button, which resets parameters to previous values. Valid only for image processing preview.
|
| HardReset | 8 |
allow Reset button to reset to default values instead of previous values. Valid only for image processing preview.
|
| ResetSelectedTab | 16 |
Allow Reset button to reset only selected tab instead of all tabs.
|