Preview dialogs options

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum PreviewParamsOptions
Public Enumeration PreviewParamsOptions
public enum class PreviewParamsOptions

Members

MemberValueDescription
DefaultLockPreviewDown1
if True the "Lock preview" button will be down for default
ShowApplyButton2
if True the -Apply- button is showed
ShowResetButton4
show a "Reset" button, which resets parameters to previous values. Valid only for image processing preview.
HardReset8
allow Reset button to reset to default values instead of previous values. Valid only for image processing preview.
ResetSelectedTab16
Allow Reset button to reset only selected tab instead of all tabs.

See Also