←Select platform

Add Method

Summary

Adds a new sub-type RasterSaveDialogBitsPerPixel to this list.

Syntax

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

Parameters

fileTypeIndex
Save dialog file type index that includes the bits per pixel, refer to RasterDialogFileTypesIndex.

bitsPerPixe
Save dialog bits per pixel to be added, refer to RasterDialogFileTypesIndex.

subTypeDataContent
The added sub-types for this bits per pixel data, refer to RasterDialogFileSubTypeDataContent.

Return Value

The index of the added item.

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