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




fileTypeIndex
File type index that includes this sub-type, refer to RasterDialogFileTypesIndex.
bitsPerPixel
The bits per pixel that inclued this sub-type, refer to RasterDialogFileTypesIndex.
subTypeIndex
The sub type index, refer to RasterDialogFileTypesIndex to know the proper sub-type Index.
Creates an instance of the RasterSaveDialogFileSubType class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _
   ByVal bitsPerPixel As Integer, _
   ByVal subTypeIndex As Integer _
)
Visual Basic (Usage)Copy Code
Dim fileTypeIndex As RasterDialogFileTypesIndex
Dim bitsPerPixel As Integer
Dim subTypeIndex As Integer
 
Dim instance As RasterSaveDialogFileSubType(fileTypeIndex, bitsPerPixel, subTypeIndex)
C# 
public RasterSaveDialogFileSubType( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   int subTypeIndex
)
Managed Extensions for C++ 
public: RasterSaveDialogFileSubType( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   int subTypeIndex
)
C++/CLI 
public:
RasterSaveDialogFileSubType( 
   RasterDialogFileTypesIndex fileTypeIndex,
   int bitsPerPixel,
   int subTypeIndex
)

Parameters

fileTypeIndex
File type index that includes this sub-type, refer to RasterDialogFileTypesIndex.
bitsPerPixel
The bits per pixel that inclued this sub-type, refer to RasterDialogFileTypesIndex.
subTypeIndex
The sub type index, refer to RasterDialogFileTypesIndex to know the proper sub-type Index.

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