←Select platform

RasterSaveDialogSubTypesList Constructor

Summary

Creates an instance of the RasterSaveDialogSubTypesList class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal fileTypeIndex As Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex, _ 
   ByVal bitsPerPixel As Integer, _ 
   ByVal flags As Leadtools.Winforms.Commondialogs.File.RasterDialogFileSubTypeDataContent _ 
) 

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

Leadtools.WinForms.CommonDialogs.File Assembly