DefaultSubFormatIndex Property

Summary

Gets or sets a value that represents the default format sub-type index for the bits per pixel being used to save the file.

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

Property Value

A value that represents the default format sub-type index the bits per pixel being used to save the file. For a listing of the sub-types supported by each format, refer to the RasterDialogFileTypesIndex enumeration.

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