Adds a new sub-type RasterSaveDialogBitsPerPixel to this list.
public void Add(
RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixe,
RasterDialogFileSubTypeDataContent subTypeDataContent
)
Public Sub Add( _
ByVal fileTypeIndex As Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex, _
ByVal bitsPerPixe As Integer, _
ByVal subTypeDataContent As Leadtools.Winforms.Commondialogs.File.RasterDialogFileSubTypeDataContent _
)
public:
void Add(
Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixe,
Leadtools.Winforms.Commondialogs.File.RasterDialogFileSubTypeDataContent subTypeDataContent
)
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.
The index of the added item.
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