LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 New RasterSaveDialogFileSubType(fileTypeIndex, bitsPerPixel, subTypeIndex)
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also