FileFormatsCount Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long FileFormatsCount;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the number of the items in the FileFormats property.

The FileFormats property indicates which formats, BPP, and sub-formats to include in the FileConversion or Save dialog box. For more information on available file types, refer to Customizing File Format Lists.

You must set this property before using the FileFormats property.

Set this property to 0 to have LEADTOOLS add all supported formats, BPP, and sub-formats to the FileConversion dialog box or Save dialog box.

See Also

Elements

ShowSaveDlg method, ShowFileConversionDlg method