Adds a new sub-type RasterSaveDialogFileSubType to this list.
public void Add(
RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixel,
int subTypeIndex
)
Public Sub Add( _
ByVal fileTypeIndex As Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex, _
ByVal bitsPerPixel As Integer, _
ByVal subTypeIndex As Integer _
)
public:
void Add(
Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixel,
int subTypeIndex
)
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.
Refer to RasterSaveDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET