Leadtools Assembly Changes from Version 16 to Version 16.5
New Classes
The following classes have been added to LEADTOOLS For .NET v16.5:
Type | Description |
---|---|
Leadtools.RasterPaintDibInfo.Default | Fills the RasterPaintCallbacks. |
Leadtools.RasterPaintDibInfo.BitsPerPixel | Set or get the default bits per pixel of the data expected by the graphics device. |
Leadtools.RasterPaintDibInfo.HighBit | Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data). |
Leadtools.RasterPaintDibInfo.LowBit | Indicates the low bit of the image data (valid only for grayscale 12 or 16-bit data). |
Leadtools.RasterPaintDibInfo.PlaneCount | Indicates whether the image data should be interleaved or planar. |
Leadtools.RasterPaintDibInfo.Order | Indicates the data order (grayscale, BGR, RGB, etc). |
Leadtools.RasterPaintDibInfo.Flags | Collection of flags indicating the various options for the bitmap. |
Leadtools.RasterPaintDibInfo.ViewPerspective | Indicates the expected orientation of the image data. |
Leadtools.RasterPaintDibInfo.BytesPerline | Gets the expected stride (number of bytes per line). |
Leadtools.RasterPaintCallbacks | The RasterPaintCallbacks class is used to implement custom painting. The Leadtools.RasterImage.PaintCallbacks property contains a list of such classes. |
Leadtools.RasterPaintCallbacks.SetCallback | Adds a callback to the Leadtools.RasterImage.PaintCallbacks member. |
New Members
The following members have been added to existing types in v16.5:
Member | Description |
---|---|
Leadtools.RasterImage.GetLookupTable16 | Gets the 16-bit lookup table (LUT) of this RasterImage. |
Leadtools.RasterPalette.WindowLevelFillLookupTableExt | Fills the user-allocated 16-bit LUT with values ranging between the startColor and endColor colors according to the selected LUT type. |
Leadtools.RasterImage.PaintCallbacks | Gets the list of RasterPaintCallbacks objects containing the custom callbacks. |
Leadtools.RasterImage.SetLookupTable16 | Sets the 16-bit lookup table (LUT) of this RasterImage. |
Leadtools.RasterImage.IsDisposed | Gets a value indicating whether the RasterImage object has been disposed of.. |
Leadtools.RasterImage.SetUserData | Sets the data for the image to the specified unmanaged memory buffer. |
Leadtools.RasterImage.WindowLevelExt | Sets up the paint or paint and image processing methods' window leveling options for this RasterImage. |
Leadtools.RasterBufferConverter.Convert | Converts data in the specified buffer to the specified bits per pixel and color order. |
Leadtools.RasterPalette.WindowLevelFillLookupTableExt | Fills the user-allocated 16-bit LUT with values ranging between the startColor and endColor colors according to the selected LUT type. |
Leadtools.RasterImageFormat.AfpIm1 | AFP Format IOCA MMR Compressed |
Leadtools.RasterImageFormat.Tdb | Windows XP Thumbnail Cache |
Leadtools.RasterImageFormat.Xls | Microsoft Excel 2003 file format |
Leadtools.RasterImageFormat.TdbVista | Windows Vista Thumbnail Cache |
Leadtools.RasterImageFormat.Snp | Microsoft Access Report Snapshot |
Leadtools.RasterSupportType.OcrProfessionalAsian | Support for the OCR Professional engine to recognize Asian text. This license is in addition to the cost of the OCR Plugin or Document Imaging. |
Leadtools.RasterSupportType.MedicalServer | Support for PACS (DICOM Server) functionality. Available in selected LEADTOOLS products. |
Leadtools.RasterSupportType.PrintDriver | Support for LEADTOOLS Printer Driver functionality. Available in selected LEADTOOLS products. |
Leadtools.RasterSupportType.DocumentWriters | Support for LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products. |
Leadtools.RasterSupportType.LeadOmr | Support for the OMR features provided by the LEADTOOLS OMR engine. OMR add-on to Document and Medical Imaging toolkits. |
Leadtools.RasterSupportType.MediaWriter | Support for Data DVD Writing. Available in selected LEADTOOLS products. |
Leadtools.RasterSupportType.DocumentWritersPdf | Support for PDF output when using the LEADTOOLS Document Writer functionality. Available in selected LEADTOOLS products. |
Leadtools.RasterSupportType.Medical3d | Support for Medical 3D functionality. Available in selected LEADTOOLS products. |
Leadtools.RasterExceptionCode.ChannelMissing | The PSD Channel is missing. |
Leadtools.RasterExceptionCode.RawCodecMissing | RAW codec is missing. |
Leadtools.RasterExceptionCode.BmpCodecMissing | BMP codec is missing. |
Leadtools.RasterExceptionCode.PngCodecMissing | PNG codec is needed to use this method. |
Leadtools.RasterExceptionCode.FileCreate | Error creating file. |
Leadtools.RasterExceptionCode.DocumentWritersPdfNotEnabled | Document Writer PDF support is locked. |
Leadtools.RasterExceptionCode.LeadPrinterNotEnabled | LEADTOOLS Printer Driver capability is required to use this function. |
Leadtools.RasterExceptionCode.MediaWriterNotEnabled | Media writer capability is required to use this method. |
Leadtools.RasterExceptionCode.DocumentWritersNotEnabled | Document Writers capability is required to use this method. |
Leadtools.RasterExceptionCode.InvalidDib | The DIB is invalid. |
Leadtools.RasterExceptionCode.InvalidLutLength | The LUT length is invalid. LUT Length should be 1 << (HighBit - LowBit + 1) |
Leadtools.RasterExceptionCode.ClrCodecMissing | Leadtools.ColorConversion.dll assembly is not loaded. |
Leadtools.ImageProcessing.CloneCommand.AllPages | Gets or sets a value that indicates whether to clone all the pages if the source image is multi-page. |
Leadtools.ImageProcessing.CloneCommand.SourceImage | Gets the source image used in this CloneCommand. |
Leadtools.RasterImage.CreateThumbnail | Creates a thumbnail image of this RasterImage. |
Leadtools.RasterImage.GetPaintLookupTable16 | Gets the 16-bit lookup table (LUT) of this RasterImage. |
Leadtools.RasterImage.GetGdiPlusRegionData | Gets the GDI+ data that describes the image region. |
Leadtools.RasterImage.AddGdiPlusDataToRegion | Creates or updates the image region using the specified GDI+ region data. |
Leadtools.ImageProcessing.ColorResolutionCommand.InitAlpha | Indicates whether to initialize the alpha channel values when converting to 32 or 64-bit images. |
New Events
The following Events have been added to LEADTOOLS for .NET v16.5:
Event | Description |
---|---|
Leadtools.RasterImage.Disposed | Occurs when the image is disposed by a call to the Dispose method. |
New Structures
The following Structures have been added to LEADTOOLS for .NET v16.5:
Structure | Description |
---|---|
Leadtools.RasterColor16.MaximumComponent | Maximum value for the alpha, red, green, blue component. |
Leadtools.RasterColor16.MinimumComponent | Maximum value for the alpha, red, green, blue component. |
Leadtools.RasterColor16.B | Gets or sets the blue component of this RasterColor16 structure. |
Leadtools.RasterColor16.G | Gets or sets the green component of this RasterColor16 structure. |
Leadtools.RasterColor16.R | Gets or sets the red component of this RasterColor16 structure. |
Leadtools.RasterColor16.ToString | Overridden. Converts this RasterColor16 structure to a human-readable string. |
New Delegates
The following Delegates have been added to LEADTOOLS for .NET v16.5:
Delegate | Description |
---|---|
Leadtools.PaintCallbackDelegate | The prototype for all the RasterPaintCallbacks. |
New Enumerations
The following enumerations have been added in LEADTOOLS for .NET v16.5:
Enumeration | Description |
---|---|
Leadtools.RasterImagePaintCallbackFunction | Used to identify the callbacks in a RasterPaintCallbacks class. |
Leadtools.RasterPaintDibInfoFlags | Collection of flags indicating the various options for the bitmap. |
Changed Members
The following Members have been changed in LEADTOOLS for .NET v16.5:
Member | Changes in v16.5 |
---|---|
Leadtools.RasterImageResize.ResizeBuffer | Parameter byte changed to Int64. |
Leadtools.RasterImage(RasterMemoryFlags flags,int width,int height,int bitsPerPixel,RasterByteOrder order,RasterViewPerspective viewPerspective,RasterColor[] palette,IntPtr userData,long userDataLength) | Parameter userDataLength changed to 64 bit signed integer. |
Leadtools.RasterImage.SetUserData | Parameter size changed to Int64. |
Leadtools.RasterNativeBuffer.Length | Method return type changed to Int64. |
Leadtools.RasterImage.CalculateRegionArea | Method return type changed to Int64. |
Leadtools.RasterImage.DataSize | Method return type changed to Int64. |
Leadtools.RasterMemoryThreshold.MaximumConventionalSize | Method return type changed to Int64. |
Deprecated Types
The following types are being deprecated as of LEADTOOLS for .NET v16.5:
Type | Description |
---|---|
RasterImageFormat.Sid Deprecated - No longer supported. | MrSid Format (SID) |
Leadtools Assembly Changes from Version 15 to Version 16
New Classes
The following classes have been added to LEADTOOLS For .NET v16:
Type | Description |
---|---|
RasterImageAnimator RasterImageAnimator | Creates an animation playback that references a multi-frame image and the target image. |
Type | Description |
---|---|
RasterPaintSizeMode enumeration | Determines how to fit the image in the destination rectangle |
RasterPaintAlignMode enumeration | Determines how to align the image in the destination rectangle |
RasterCurve class | Defines a curve |
RasterCurveType enumeration | Indicates the type of curve defined |
RasterCurveClose enumeration | Indicates how the curve is closed |
RasterMemoryThreshold structure | Holds the memory restrictions used when allocating new RasterImage objects |
RasterDefaults class | Specifies the default extra values used when creating RasterImage objects. |
Leadtools Assembly Changes from Version 14.5 to Version 15
New Members
The following members have been added to existing types in v15:
Event Handlers Delegates
LEADTOOLS For .NET Class Library uses the new .NET 2.0 generic event handler delegate module.
The following shows how to subscribe to an event in LEADTOOLS v.14.5 and LEADTOOLS v.15:
Version 14.5 | Version 15 |
---|---|
|
|
The following table lists the delegate types that have been removed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterImageChangedEventHandler | EventHandler<RasterImageChangedEventArgs> |
RasterImageResizeEventHandler | EventHandler<RasterImageResizeEventArgs> |
RasterCommandProcessorProgressEventHandler | EventHandler<RasterCommandProcessorProgressEventArgs> |
RasterCommandProgressEventHandler | EventHandler<RasterCommandProgressEventArgs> |
ColorResolutionCommandDataEventHandler | EventHandler<ColorResolutionCommandDataEventArgs> |
Generic Collections
All collection types use the new .NET 2.0 generic collection module. The base RasterCollection class in v.14.5 has been replaced with a Generic RasterCollection class from which all other collection classes in v.15 derive.
The following table lists the collection classes that have been removed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterCollection | RasterCollection<T> |
RasterCollectionEventHandler | EventHandler< RasterCollectionEventArgs> |
RasterCollectionEventArgs | RasterCollectionEventArgs<T> |
RasterImageCollection | RasterCollection<RasterImage> |
RasterTagMetadataCollection | RasterCollection<RasterTagMetadata> |
RasterCommentMetadataCollection | RasterCollection<RasterCommentMetadata> |
RasterMarkerMetadataCollection | RasterCollection<RasterMarkerMetadata> |
RasterCommandCollection | RasterCollection<RasterCommand> |
RasterPointCollection | RasterCollection<Point> |
Managed Memory Images
Support for creating RasterImage objects with managed data has been removed. The data is now converted to an internal undefined memory allocated by LEADTOOLS. All "Managed" and "Unmanaged" memory models have been renamed "Conventional".
Unmanaged Memory Support
All methods that accept a managed array of primitive types have been overloaded with a version that accepts a native unmanaged memory buffer (IntPtr). For example, the RasterImage.GetRow method has the following overloads now:
Method | Description |
---|---|
int GetRow(int row, byte[] buffer, int bufferIndex, int bufferCount)
| Retrieves a row or more of image data from this into a managed memory buffer |
int GetRow(int row, IntPtr buffer, int bufferCount)
| Retrieves a row or more of image data from this into un unmanaged memory buffer |
The following table lists all the methods that have been overloaded with a version that accepts a pointer to unmanaged memory:
Windows GDI Support
Some of the methods that accepts a .NET Graphics object have been overloaded with a version that accepts a Windows GDI handle. The following table lists all these methods:
Class | Method |
---|---|
RasterImage | Paint |
RasterImage | PaintBuffer |
RasterImage | PaintRegionBuffer |
RasterImage | PaintRegion |
RasterImage | PaintCmykPlanes |
RasterImage | PaintOverlay |
RasterImage | FrameRegion |
RasterImage | FillRegion |
IRasterImage Interface
The IRasterImage interface has been removed. You should use the RasterImage class instead.
Removed Types
The following types have been removed in v.15:
Type | Description |
---|---|
IRasterImage interface | Use RasterImage instead |
RasterImageCreateParameters structure | Use RasterImage constructor with RasterDefaults class instead |
UnmanagedMemoryStream class | This class has been removed |
DrawingHelper class | This class has been removed |
Renamed Types
The following types have been renamed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterGrayScaleMode enumeration | RasterGrayscaleMode |
RasterWindowLevelFlags enumeration | RasterWindowLevelMode |
GrayScaleCommand class | GrayscaleCommand |
RasterBuffer class | RasterNativeBuffer |
Removed Members
The following members have been removed in v.15:
Member | Description |
---|---|
RasterImage.InternalImage | Internal use member removed |
RasterImage.GetInternalImageByIndex | Internal use member removed |
RasterImage.GetInternalImageCollection | Internal use member removed |
RasterImage.SetInternalFlag | Internal use member removed |
RasterImage.IsAllocated | Internal use member removed |
RasterImage.CreateFromInternalData | Internal use member removed |
RasterImage.ToggleCompression | Use RasterImage.ChangeCompression instead |
RasterPaintProperties.UseDpi | Internal use member removed |
RasterPaintProperties.UseClipWithGdiEngine | Internal use member removed |
RasterExceptionCode.OpeningProfile | Internal use member removed |
RasterExceptionCode.CrcCheck | Internal use member removed |
RasterExceptionCode.UnequalTables | Internal use member removed |
RasterExceptionCode.UnsupportedConversion | Internal use member removed |
RasterExceptionCode.PrematureEol | Internal use member removed |
RasterExceptionCode.VideoType | Internal use member removed |
RasterExceptionCode.InvalidSegmentData | Internal use member removed |
RasterExceptionCode.G3CodeEof | Internal use member removed |
RasterExceptionCode.BadTiffTagValue | Internal use member removed |
RasterExceptionCode.MrcNotAllocated | Internal use member removed |
RasterExceptionCode.ActionIncomplete | Internal use member removed |
RasterExceptionCode.PrematureEof | Internal use member removed |
RasterExceptionCode.EntensionsMissing | Internal use member removed |
RasterExceptionCode.InvalidString | Internal use member removed |
RasterExceptionCode.TruncateHeight | Internal use member removed |
RasterExceptionCode.CuNotSupported | Internal use member removed |
RasterExceptionCode.PdfBadInitializationFiles | Internal use member removed |
RasterExceptionCode.NoProfile | Internal use member removed |
RasterExceptionCode.UndoDisabled | Internal use member removed |
RasterExceptionCode.IccUnknownTagAndType | Internal use member removed |
RasterExceptionCode.TiffCommandNotAllowed | Internal use member removed |
RasterExceptionCode.InvalidColorProfile | Internal use member removed |
RasterExceptionCode.PdfInvalidPassword | Internal use member removed |
RasterExceptionCode.DecodingProfile | Internal use member removed |
RasterExceptionCode.CorruptProfile | Internal use member removed |
RasterExceptionCode.TruncateWidthAndHeight | Internal use member removed |
RasterExceptionCode.Printer | Internal use member removed |
RasterExceptionCode.InvalidPixelBufferDimensions | Internal use member removed |
RasterExceptionCode.PaintNotEnabled | Internal use member removed |
RasterExceptionCode.IccImageNotSupported | Internal use member removed |
RasterExceptionCode.UndoStackEmpty | Internal use member removed |
RasterExceptionCode.PdfJpegNotEnabled | Internal use member removed |
RasterExceptionCode.InvalidVariantType | Internal use member removed |
RasterExceptionCode.G3CodeEol | Internal use member removed |
RasterExceptionCode.IccUnknownTag | Internal use member removed |
RasterExceptionCode.PdfFontsDirectoryNotFound | Internal use member removed |
RasterExceptionCode.InvalidSegmentHandle | Internal use member removed |
RasterExceptionCode.InternetNotEnabled | Internal use member removed |
RasterExceptionCode.PdfCannotEditFile | Internal use member removed |
RasterExceptionCode.TruncateWidth | Internal use member removed |
RasterExceptionCode.TargaInstall | Internal use member removed |
RasterExceptionCode.InvalidTileDimensions | Internal use member removed |
RasterExceptionCode.InvalidMinimumSegment | Internal use member removed |
RasterExceptionCode.UnsupportedMethod | Internal use member removed |
RasterExceptionCode.AnnotationLocked | Internal use member removed |
RasterExceptionCode.G3CodeInvalid | Internal use member removed |
RasterExceptionCode.IccUnknownType | Internal use member removed |
RasterExceptionCode.NotMultiPageTiffFile | Internal use member removed |
RasterExceptionCode.UncompleteEof | Internal use member removed |
RasterExceptionCode.PdFInvalidDocumentStructuringComments | Internal use member removed |
RasterExceptionCode.BrowseFailed | Internal use member removed |
RasterExceptionCode.Not256Color | Internal use member removed |
RasterExceptionCode.InvalidLayerData | Internal use member removed |
RasterExceptionCode.InvalidTargetFile | Internal use member removed |
RasterExceptionCode.ColorConversionDllNotLoaded | Internal use member removed |
RasterExceptionCode.PdfBadContent | Internal use member removed |
RasterExceptionCode.YOrigin | Internal use member removed |
RasterExceptionCode.PdfFileEncrypted | Internal use member removed |
RasterExceptionCode.NoNonplanarVerticalSubsamplingSupported | Internal use member removed |
RasterExceptionCode.InvalidDispatch | Internal use member removed |
RasterExceptionCode.SegmentationFailure | Internal use member removed |
RasterExceptionCode.MrcInvalidPage | Internal use member removed |
RasterExceptionCode.HeaderDataFailure | Internal use member removed |
RasterExceptionCode.PlanarAlignmentNotSupported | Internal use member removed |
RasterExceptionCode.InvalidFormat | Internal use member removed |
RasterExceptionCode.XOrigin | Internal use member removed |
RasterExceptionCode.FixedPaletteData | Internal use member removed |
RasterExceptionCode.InvalidSourceFile | Internal use member removed |
RasterExceptionCode.NoUndoStack | Internal use member removed |
RasterExceptionCode.DeleteTiffFileNotAllowed | Internal use member removed |
RasterExceptionCode.InvalidIccProfile | Internal use member removed |
RasterExceptionCode.PdfFaxNotEnabled | Internal use member removed |
RasterExceptionCode.LoadFontData | Internal use member removed |
RasterExceptionCode.UvNotMultiples | Internal use member removed |
RasterRegionXForm.InternalXForm | Internal use member removed |
RasterCommand.InitializeStatusCallback | Internal use member removed |
RasterException.SetCodeMessage | Internal use member removed |
RasterException.CheckErrorCode | Internal use member removed |
RasterSupportType.Pdf | Use RasterSupportType.PdfRead or RasterSupportType.PdfSave instead |
RasterSupportType.TifLzw | LZW compression support has been unlocked in v.15 |
RasterSupportType.GifLzw | LZW compression support has been unlocked in v.15 |
RasterPaletteWindowLevelFlags.Dicom | Use the other flags of RasterPaletteWindowLevelFlags instead. |
RasterPaletteWindowLevelFlags.Unsigned | Use the other flags of RasterPaletteWindowLevelFlags instead. |
Renamed Members
The following members have been renamed in v.15:
Version 14.5 | Version 15 |
---|---|
RasterExceptionCode.InvalidAcCodeTable | RasterExceptionCode.InvalidACCodeTable |
RasterExceptionCode.TooManyDcCodeTables | RasterExceptionCode.TooManyDCCodeTables |
RasterExceptionCode.InvalidDcCodeTable | RasterExceptionCode.InvalidDCCodeTable |
RasterExceptionCode.TooManyAcCodeTables | RasterExceptionCode.TooManyACCodeTables |
RasterExceptionCode.EextensionsMissing | RasterExceptionCode.ExtensionsMissing |
RasterExceptionCode.CuBusy | RasterExceptionCode.CUBusy |
RasterExceptionCode.CuFailure | RasterExceptionCode.CUFailure |
RasterExceptionCode.InvalidAcCodeTable | RasterExceptionCode.InvalidACCodeTable |
RasterImageUnderlayFlags.Tile | RasterImageUnderlayFlags.None |
RasterConvertBufferFlags.DestUseBits | RasterConvertBufferFlags.DestinationUseBits |
RasterConvertBufferFlags.DestGray | RasterConvertBufferFlags.DestinationGray |
RasterConvertBufferFlags.SrcUseBits | RasterConvertBufferFlags.SourceUseBits |
RasterConvertBufferFlags.SrcGray | RasterConvertBufferFlags.SourceGray |
RasterImageInformationFlags.ManagedTiles | RasterImageInformationFlags.ConventionalTiles |
RasterSizeFlags.Normal | RasterSizeFlags.None |
RasterImageChangedFlags.UseLookupTablePalette | UseLookupTablePalette.UseLookupTable |
RasterCommentMetadataType.GpsDestLongitudeRef | RasterCommentMetadataType.GpsDestinationLongitudeRef |
RasterCommentMetadataType.FocalLengthin35MmFilm | RasterCommentMetadataType.FocalLengthIn35MMFilm |
RasterCommentMetadataType.GpsDestLongitude | RasterCommentMetadataType.GpsDestinationLongitude |
RasterCommentMetadataType.GpsDestBearingRef | RasterCommentMetadataType.GpsDestinationBearingRef |
RasterCommentMetadataType.GpsTimeStamp | RasterCommentMetadataType.GpsTimestamp |
RasterCommentMetadataType.OptoelectricCoefficient | RasterCommentMetadataType.OptoElectricCoefficient |
RasterCommentMetadataType.GpsDestLatitudeRef | RasterCommentMetadataType.GpsDestinationLatitudeRef |
RasterCommentMetadataType.GpsDestLatitude | RasterCommentMetadataType.GpsDestinationLatitude |
RasterCommentMetadataType.GpsDestDistance | RasterCommentMetadataType.GpsDestinationDistance |
RasterCommentMetadataType.GpsDestDistanceRef | RasterCommentMetadataType.GpsDestinationDistanceRef |
RasterCommentMetadataType.SubsecTimeOriginal | RasterCommentMetadataType.SubSecTimeOriginal |
RasterCommentMetadataType.GpsDestBearing | RasterCommentMetadataType.GpsDestinationBearing |
RasterCommentMetadataType.SubsecTimeDigitized | RasterCommentMetadataType.SubSecTimeDigitized |
RasterCommentMetadataType.SubsecTime | RasterCommentMetadataType.SubSecTime |
RasterSupportType.BarcodesQrWrite | RasterSupportType.BarcodesQRWrite |
RasterSupportType.Barcodes2dWrite | RasterSupportType.BarcodesQRWrite |
RasterSupportType.Barcodes1dSilver | RasterSupportType.Barcodes1DSilver |
RasterSupportType.Barcodes1d | RasterSupportType.Barcodes1D |
RasterSupportType.BarcodesDatamatrixRead | RasterSupportType.BarcodesDataMatrixRead |
RasterSupportType.BarcodesDatamatrixWrite | RasterSupportType.BarcodesDataMatrixWrite |
RasterSupportType.BarcodesQrRead | RasterSupportType.BarcodesQRRead |
RasterSupportType.Barcodes2dRead | RasterSupportType.Barcodes2DRead |
RasterImageMemoryInformation.ManagedTiles | RasterImageMemoryInformation.ConventionalTiles |
RasterOverlayAttributes.ROIArea | RasterOverlayAttributes.RoiArea |
RasterOverlayAttributes.ROIMean | RasterOverlayAttributes.RoiMean |
RasterOverlayAttributes.ROIStandardDeviation | RasterOverlayAttributes.RoiStandardDeviation |
RasterOverlayAttributes.NumFramesInOverlay | RasterOverlayAttributes.FramesInOverlay |
RasterImageFormat.TifCcittGroup4 | RasterImageFormat.CcittGroup4 |
RasterImageFormat.TifCcitt | RasterImageFormat.Ccitt |
RasterImageFormat.TifCcittGroup31Dim | RasterImageFormat.CcittGroup31Dim |
RasterImageFormat.TifCcittGroup32Dim | RasterImageFormat.CcittGroup32Dim |
RasterImageFormat.PostScript | RasterImageFormat.Postscript |
RasterImageFormat.EpsPostScript | RasterImageFormat.EpsPostscript |
RasterImageFormat.JpegLab444 | RasterImageFormat.JpegLab |
CombineFastCommandFlags.OperationAnd | CombineFastCommandFlags.None |
CombineFastCommandFlags.ResultNop | CombineFastCommandFlags.None |
CombineFastCommandFlags.SourceNop | CombineFastCommandFlags.None |
CombineFastCommandFlags.DestinationNop | CombineFastCommandFlags.None |
RasterImage.IsManagedMemory | RasterImage.IsConventionalMemory |
RasterImage.IsUnmanagedMemory | RasterImage.IsConventionalMemory |
RasterImage.IsSigned | RasterImage.Signed |
RasterImage.GrayScaleMode | RasterImage.GrayscaleMode |
RasterImage.SetOverlayAttributes | RasterImage.UpdateOverlayAttributes |
RasterImage.FromHbitmap | RasterImage.FromHBitmap |
RasterImage.ToHbitmap | RasterImage.ToHBitmap |
RasterMemoryFlags.Managed | RasterMemoryFlags.Conventional |
RasterMemoryFlags.Unmanaged | RasterMemoryFlags.Conventional |
Properties Changed into Methods
The following properties have changed into methods in v.15:
Version 14.5 | Version 15 |
---|---|
RasterImage.Palette | RasterImage.GetPalette and RasterImage.SetPalette |
RasterImage.LookupPalette | RasterImage.GetLookupTable and RasterImage.SetLookupTable |
RasterImage.PaintLookupTable | RasterImage.GetPaintLookupTable and RasterImage.SetPaintLookupTable |
RasterPalette.Netscape | RasterPalette.Netscape |
RasterCommentMetadata.Data | RasterCommentMetadata.GetData and RasterCommentMetadata.SetData |
RasterMarkerMetadata.Data | RasterMarkerMetadata.GetData and RasterMarkerMetadata.SetData |
ColorResolutionCommand.Palette | ColorResolutionCommand.GetPalette and ColorResolutionCommand.SetPalette |
RasterTagMetadata.Data | RasterTagMetadata.GetData and RasterTagMetadata.SetData |
CombineWarpCommand.DestinationPoints | CombineWarpCommand.GetDestinationPoints and CombineWarpCommand.SetDestinationPoints |
Methods Changed into Properties
The following methods have changed into properties in v.15:
Version 14.5 | Version 15 |
---|---|
RasterImage.GetOverlayCount | RasterImage.OverlayCount |
Types Moved into Different Namespace
The following types have been moved into a different namespace:
Version 14.5 | Version 15 |
---|---|
Leadtools.Helpers.Transformer | Leadtools.Transformer |
Leadtools.RasterUserMatchTable | Leadtools.ImageProcessing.RasterUserMatchTable |