Renamed Types
The following types have been renamed in v15:
Event Handlers Delegates
LEADTOOLS For .NET Class Library uses the new .NET 2.0 generic event handler delegate module.
The following table lists the delegate types that have been removed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterDialogLoadProgressEventHandler | |
DialogHelpEventHandler |
Changed Types
The following types have changed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterSaveDialogBitsPerPixelCollection | RasterSaveDialogBitsPerPixelList |
RasterSaveDialogFileSubTypeCollection | RasterSaveDialogSubTypesList |
FileDataCollection | List<RasterDialogFileData> |
RasterSaveDialogFileFormatsCollection | RasterSaveDialogFileFormatsList |
New Members
The following members have been added to existing classes in v15:
Type | Description |
---|---|
RasterDialogDicomColor24SubTypesIndex | Dicom color 24 bits sub types Index, for DicomColor file type index |
RasterDialogDicomGray16SubTypesIndex | "DICOM DIC Gray (*.dic)" format that supports the following 8 and 16 bits per pixel |
RasterDialogDicomGray8SubTypesIndex | Dicom gray 8 bits sub types Index, for DicomGray file type index |
RasterDialogFpxSubTypesIndex | Fpx sub types Index, for Fpx file type index |
RasterDialogTifx1SubTypesIndex | Tifx 1 bit sub types Index, for Tifx file type index |
RasterDialogTifx24SubTypesIndex | Tifx 24 bits sub types Index, for Tifx file type index |
RasterDialogTifx3SubTypesIndex | Tifx 3 bits sub types Index, for Tifx file type index |
RasterDialogTifx8SubTypesIndex | Tifx 8 bits sub types Index, for Tifx file type index |
RasterOpenDialogLoadFormat | Represents the Load Format that the Open dialog will include in the File Type Combo |
RasterSaveDialogBitsPerPixelList | Save dialog format Bits Per Pixel list class to hold the bits per pixel to be added in the save dialog bits per pixel combo |
RasterSaveDialogFileFormatsList | xxx |
RasterSaveDialogSubTypesList | Save dialog file formats list class to hold the file formats to be added in the save dialog file types combo |
RasterDialogFileTypesIndex.DicomColor | DICOM DIC Color (*.dic)" format that supports 24 bits per pixel |
RasterDialogFileTypesIndex.DicomGray | DICOM DIC Gray (*.dic)" format that supports 8 and 16 bits per pixel |
RasterDialogFileTypesIndex.Fpx | "Fpx (*.fpx)" format that supports 8 and 24 bits per pixel |
RasterDialogFileTypesIndex.MacPict | Mac PICT (*.pct)" format that supports 1, 4, 8, 16 and 24 bits per pixel |
RasterDialogFileTypesIndex.Tifx | Tifx (*.tifx)" format that supports the 1, 3, 8, and 24 bits per pixel |
RasterDialogFileTypesIndex.Wmz | "Compressed Windows Metafile (*.wmz)" format that supports 24 bits per pixel |
RasterDialogStringsId.FileInformationFormatCcitt | String ID for the File Information dialog "Tiff Ccitt." string |
RasterDialogStringsId.FileInformationFormatCcittGroup31Dim | String ID for the File Information dialog "Tiff Ccitt Group 3(1 Dimensional)." string |
RasterDialogStringsId.FileInformationFormatCcittGroup32Dim | String ID for the File Information dialog "Tiff Ccitt Group 3(2 Dimensional)." string |
RasterDialogStringsId.FileInformationFormatCcittGroup4 | String ID for the File Information dialog "Tiff Ccitt Group 4." string |
RasterDialogStringsId.FileInformationFormatEpsPostscript | String ID for the File Information dialog "Postscript Raster(Encapsulated PostScript)." string |
RasterDialogStringsId.FileInformationFormatJbig2 | String ID for the File Information dialog "JBIG 2" string |
RasterDialogStringsId.J2kAdvanceOptionsAlphaChannel | String ID for the Jpeg2000 Advance Options dialog "Alpha Channel" string |
RasterDialogStringsId.J2kAdvanceOptionsAlphaChannelActiveBits | String ID for the Jpeg2000 Advance Options dialog "Active Bits:" string |
RasterDialogStringsId.J2kAdvanceOptionsAlphaChannelLossless | String ID for the Jpeg2000 Advance Options dialog "Lossless" string |
RasterSaveDialogFormatFlags.Jpeg2000AlphaChannel | The format supports JPEG 2000 alpha channels |
Renamed Members
The following members have been renamed in v15: