ImageEn, unit ieopensavedlg

TIESaveDlgOpt

TIESaveDlgOpt

Declaration

type TIESaveDlgOpt = set of (sdShowPreview, sdShowAdvanced);

Description

Specifies further options for the Save dialog:
sdShowPreview: Show a preview and information on the selected image
sdShowAdvanced: Show an "Advanced" button to configure image properties

Example

// Hide the "Advanced" button and preview
SaveImageEnDialog1.ExOptions := [];

See Also

ExOptions