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

FileFormatsList Property






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 RasterSaveDialogFileFormatsList FileFormatsList {get; set;}
 get_FileFormatsList();
set_FileFormatsList(value);
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: 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

RasterSaveDialog Class
RasterSaveDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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