SubFormat Property (ILEADFileSaveFormat)

Visual Basic example

Visual C++ example

 

Syntax

long SubFormats (short iIndex);

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 bits per pixel options set in the BitsPerPixelCountFormat 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 BitsPerPixelCount property before using this property.

See Also

Elements

ShowSaveDlg method, ShowFileConversionDlg method, Format property, BitsPerPixelCount property, BitsPerPixelCountFormat property