Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FileTypeIndex Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogFileFormat Class : FileTypeIndex Property



Gets the file format index.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FileTypeIndex As RasterDialogFileTypesIndex
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogFileFormat
Dim value As RasterDialogFileTypesIndex
 
value = instance.FileTypeIndex
C# 
public RasterDialogFileTypesIndex FileTypeIndex {get;}
C++/CLI 
public:
property RasterDialogFileTypesIndex FileTypeIndex {
   RasterDialogFileTypesIndex get();
}

Return Value

A RasterDialogFileTypesIndex value that indicates which format will be used when saving the file.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also