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 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