Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterSaveDialogSubTypesList Constructor
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogSubTypesList Class : RasterSaveDialogSubTypesList Constructor




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.
Creates an instance of the RasterSaveDialogSubTypesList class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _
   ByVal bitsPerPixel As Integer, _
   ByVal flags As RasterDialogFileSubTypeDataContent _
)
Visual Basic (Usage)Copy Code
Dim fileTypeIndex As RasterDialogFileTypesIndex
Dim bitsPerPixel As Integer
Dim flags As RasterDialogFileSubTypeDataContent
 
Dim instance As RasterSaveDialogSubTypesList(fileTypeIndex, bitsPerPixel, flags)
C# 
public RasterSaveDialogSubTypesList( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   RasterDialogFileSubTypeDataContent flags
)
Managed Extensions for C++ 
public: RasterSaveDialogSubTypesList( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   RasterDialogFileSubTypeDataContent flags
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also