New Features
The following features have been added in v15:
- Support for fixed annotation objects has been added
Obselete Features
The following features have been removed in v15:
- Support for AnnCodecsFormat.Native and AnnCodecsFormat.Encoded have been removed
New Members
The following members have been added to existing types in v15:
Member | Description |
---|---|
AnnObject.SupportsFixed | true if this AnnObject can be fixed; false otherwise |
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 |
---|---|
AnnDrawDesignerEventHandler | |
AnnEditDesignerEventHandler | |
AnnRunDesignerEventHandler | |
AnnBeforeObjectChangedEventHandler | |
AnnAfterObjectChangedEventHandler | |
AnnPaintEventHandler |
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 that all other collection classes in v.15 derive from.
The following table lists the collection classes that has been removed in v.15:
Version 14.5 | Version 15 |
---|---|
AnnPointCollection | RasterCollection< |
AnnObjectCollection | RasterCollection<AnnObject> |
AnnAutomationObjectCollection | RasterCollection<AnnAutomationObject> |
AnnAutomationCollection | RasterCollection<AnnAutomation> |
AnnControlPointCollection | RasterCollection<AnnControlPoint> |
Renamed Members
The following members have been renamed in v.15:
Version 14.5 | Version 15 |
---|---|
AnnAutomationManager.UseXpStyleToolBar | AnnAutomationManager.UseXPStyleToolBar |
Properties Changed into Methods
The following properties have changed into methods in v.15:
Version 14.5 | Version 15 |
---|---|
AnnEditDesigner.ControlPointsLocation | AnnEditDesigner.GetControlPointsLocation |
Members Changed
The following members changed in existing types in v.15:
Member | Description |
---|---|
AnnAutomationManager.CreateDefaultObjectContextMenu | Method is now static (Shared) member of the AnnAutomationManager class |
AnnAutomationManager.CurrentUICultureChanged | Method is now static (Shared) member of the AnnAutomationManager class |