Creates an instance of the RasterSaveDialogFileSubType class.
public RasterSaveDialogFileSubType(
RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixel,
int subTypeIndex
)
Public Function New( _
ByVal fileTypeIndex As Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex, _
ByVal bitsPerPixel As Integer, _
ByVal subTypeIndex As Integer _
)
public:
RasterSaveDialogFileSubType(
Leadtools.Winforms.Commondialogs.File.RasterDialogFileTypesIndex fileTypeIndex,
int bitsPerPixel,
int subTypeIndex
)
fileTypeIndex
File type index that includes this sub-type, refer to RasterDialogFileTypesIndex.
bitsPerPixel
The bits per pixel that inclued this sub-type, refer to RasterDialogFileTypesIndex.
subTypeIndex
The sub type index, refer to RasterDialogFileTypesIndex to know the proper sub-type Index.
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