RasterSaveDialogSubTypesList Constructor

Summary

Creates an instance of the RasterSaveDialogSubTypesList class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ 
   ByVal bitsPerPixel As Integer, _ 
   ByVal flags As RasterDialogFileSubTypeDataContent _ 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly