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



Gets or sets the list of sub-types associated with the bits per pixel being used to save the file.

Syntax

Visual Basic (Declaration) 
Public Property SubFormatsList As RasterSaveDialogSubTypesList
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogBitsPerPixel
Dim value As RasterSaveDialogSubTypesList
 
instance.SubFormatsList = value
 
value = instance.SubFormatsList
C# 
public RasterSaveDialogSubTypesList SubFormatsList {get; set;}
C++/CLI 
public:
property RasterSaveDialogSubTypesList^ SubFormatsList {
   RasterSaveDialogSubTypesList^ get();
   void set (RasterSaveDialogSubTypesList^ value);
}

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