SubFormatsList Property

Summary
Gets or sets the list of sub-types associated with the bits per pixel being used to save the file.
Syntax
C#
VB
C++
public RasterSaveDialogSubTypesList SubFormatsList { get; set; } 
  
Public Property SubFormatsList As RasterSaveDialogSubTypesList 
public: 
property RasterSaveDialogSubTypesList^ SubFormatsList { 
   RasterSaveDialogSubTypesList^ get(); 
   void set (    RasterSaveDialogSubTypesList^ value); 
} 

Property Value

A RasterSaveDialogSubTypesList class that represents the list of sub-types associated with the bits per pixel being used to save the file.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.