ImageEn, unit iexProcEffects |
|
TIEImageEffect.SetDefaultParams
Declaration
procedure SetDefaultParams();
Description
Load the default parameters for the
Image Processing Dialog (i.e. resetting all controls to their default state). You can call this method to reset parameters before displaying the dialog.
// Display previews dialog with default settings
ImageEnView1.Proc.IPDialogParams.SetDefaultParams();
ImageEnView1.Proc.DoPreviews( ppeEditingFunctions );