Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterSaveDialogSubTypesList Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterSaveDialogSubTypesList Class



Save dialog format Sub-types list class to hold the sub-types to be added in the save dialog sub-types combo, refer to RasterSaveDialogFileSubType.

Object Model


Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class RasterSaveDialogSubTypesList 
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogSubTypesList
C# 
[DefaultMemberAttribute("Item")]
public class RasterSaveDialogSubTypesList 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class RasterSaveDialogSubTypesList 

Example

Refer to RasterSaveDialog example.

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterSaveDialogSubTypesList

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also