Add Method

Summary
Adds a new sub-type RasterSaveDialogFileSubType to this list.
Syntax
C#
VB
C++
  
Public Sub Add( _ 
   ByVal fileTypeIndex As RasterDialogFileTypesIndex, _ 
   ByVal bitsPerPixel As Integer, _ 
   ByVal subTypeIndex As Integer _ 
)  
public: 
void Add(  
   RasterDialogFileTypesIndex fileTypeIndex, 
   int bitsPerPixel, 
   int subTypeIndex 
)  

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.

subTypeIndex
Save dialog file format sub-type RasterDialogFileTypesIndex.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.