←Select platform

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

Leadtools.WinForms.CommonDialogs.File Assembly