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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.