RasterDialogFileSubTypeDataContent Enumeration

Summary

Save dialog sub-types list content type.

Syntax
C#
VB
C++
public enum RasterDialogFileSubTypeDataContent 
  
Public Enum RasterDialogFileSubTypeDataContent  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RasterDialogFileSubTypeDataContent : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0DefaultUses the Save dialog default sub-types.
1UserCreate your own sub-type list from the supported sub-types, considering the format allowed bits per pixel and the bits per pixel allowed sub-types, refer to RasterDialogFileTypesIndex.

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