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

FileFormatsList Property

Show in webframe





Gets or sets the list of file formats that will be supported in the dialog.
Syntax
public RasterSaveDialogFileFormatsList FileFormatsList {get; set;}
'Declaration
 
Public Property FileFormatsList As RasterSaveDialogFileFormatsList
'Usage
 
Dim instance As RasterSaveDialog
Dim value As RasterSaveDialogFileFormatsList
 
instance.FileFormatsList = value
 
value = instance.FileFormatsList

            

            
public:
property RasterSaveDialogFileFormatsList^ FileFormatsList {
   RasterSaveDialogFileFormatsList^ get();
   void set (    RasterSaveDialogFileFormatsList^ value);
}

Property Value

A RasterSaveDialogFileFormatsList that contains the file formats that will be supported in the dialog.
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


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