LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

SubFormatsList Property

Show in webframe





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

See Also

Reference

RasterSaveDialogBitsPerPixel Class
RasterSaveDialogBitsPerPixel Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.