FileSubTypeIndex Property

Summary

Gets or sets the sub-format index to be used when initializing the Save dialog, and to obtain the index for the user-selected sub-format.

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

Property Value

The sub-format index to be used when initializing the Save dialog, and to obtain the index for the user-selected sub-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