LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

SubFormatsList Property






Gets or sets the list of sub-types associated with the bits per pixel being used to save the file.
Syntax
public RasterSaveDialogSubTypesList SubFormatsList {get; set;}
'Declaration
 
Public Property SubFormatsList As RasterSaveDialogSubTypesList
'Usage
 
Dim instance As RasterSaveDialogBitsPerPixel
Dim value As RasterSaveDialogSubTypesList
 
instance.SubFormatsList = value
 
value = instance.SubFormatsList
public RasterSaveDialogSubTypesList SubFormatsList {get; set;}
 get_SubFormatsList();
set_SubFormatsList(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialogBitsPerPixel Class
RasterSaveDialogBitsPerPixel Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.