SubFormats property (LEADFileSaveFormat Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT32 SubFormats [ L_UINT uIndex]

Delphi Syntax

SubFormats [uIndex: L_UINT ]: L_UINT32

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the sub-format options to be included in the Save or FileConversion dialog boxes. The available options depend on the format specified in the Format property and on the BPP options set in the FormatBpp property. For more information on the available formats, BPP options and sub format options, refer to Customizing File Format Lists. Sub-format options may be "OR"ed to include more than one sub-format. To include more than one sub-format option, combine the options with a bitwise OR.

You have to set the BppCount property before using this property.

See Also

Elements:

ShowSaveDlg method, ShowFileConversionDlg method, Format property, BppCount property, FormatBpp property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events