←Select platform

Add Method

Summary

Adds a new sub-type RasterSaveDialogFileSubType to this list.

Syntax

C#
VB
C++
  
Public Sub Add( _ 
   ByVal fileTypeIndex As Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex, _ 
   ByVal bitsPerPixel As Integer, _ 
   ByVal subTypeIndex As Integer _ 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly