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

RasterSaveDialogSubTypesList Constructor (RasterSaveDialogSubTypesList)






Save dialog file format index that includes the sub-type, refer to RasterDialogFileTypesIndex.
Save dialog file format bits per pixel that includes the sub-type, refer to RasterDialogFileTypesIndex.
The sub-types list content, refer to RasterDialogFileSubTypeDataContent.
Creates an instance of the RasterSaveDialogSubTypesList class.
Syntax
public RasterSaveDialogSubTypesList( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   RasterDialogFileSubTypeDataContent flags
)
'Declaration
 
Public Function New( _
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _
   ByVal bitsPerPixel As Integer, _
   ByVal flags As RasterDialogFileSubTypeDataContent _
)
'Usage
 
Dim fileTypeIndex As RasterDialogFileTypesIndex
Dim bitsPerPixel As Integer
Dim flags As RasterDialogFileSubTypeDataContent
 
Dim instance As New RasterSaveDialogSubTypesList(fileTypeIndex, bitsPerPixel, flags)
public RasterSaveDialogSubTypesList( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   RasterDialogFileSubTypeDataContent flags
)
function RasterSaveDialogSubTypesList( 
   fileTypeIndex ,
   bitsPerPixel ,
   flags 
)
public:
RasterSaveDialogSubTypesList( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   RasterDialogFileSubTypeDataContent flags
)

Parameters

fileTypeIndex
Save dialog file format index that includes the sub-type, refer to RasterDialogFileTypesIndex.
bitsPerPixel
Save dialog file format bits per pixel that includes the sub-type, refer to RasterDialogFileTypesIndex.
flags
The sub-types list content, refer to RasterDialogFileSubTypeDataContent.
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

RasterSaveDialogSubTypesList Class
RasterSaveDialogSubTypesList Members

 

 


Products | Support | Contact Us | Copyright Notices

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