←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly