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 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