FileTypeIndex Property

Summary

Gets or sets a RasterDialogFileTypesIndex value which indicates which format index is to be used when initializing the Save dialog, and to obtain the index for the user-selected format.

Syntax
C#
VB
C++
public RasterDialogFileTypesIndex FileTypeIndex { get; set; } 
  
Public Property FileTypeIndex As RasterDialogFileTypesIndex 
public: 
property RasterDialogFileTypesIndex FileTypeIndex { 
   RasterDialogFileTypesIndex get(); 
   void set (    RasterDialogFileTypesIndex value); 
} 

Property Value

The format index to be used when initializing the Save dialog, and to obtain the index for the user-selected format.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly