VintaSoft Annotation .NET Plug-in: API changes in version 12.2
In This Topic
API changes in Vintasoft.Imaging.Annotation.UI.dll
Changed classes:
Vintasoft.Imaging.Annotation.UI. TextAnnotationView
|
Removed properties
|
public System.Windows.Forms. RichTextBox TextBox { get ; }
|
This property is obsolete, use the TextTransformer.TextBox property instead. |
|
|
Vintasoft.Imaging.Annotation.UI.VisualTools. AnnotationVisualTool
|
Added methods
|
public System.Collections.Generic. ICollection <Vintasoft.Imaging.Annotation.UI. AnnotationView > GetSelectableAnnotations()
|
Returns the annotation collection that must be selected. |
|
|
Vintasoft.Imaging.Annotation.UI.VisualTools. SelectedAnnotationViewCollection
|
Changed methods
|
public void AddRange(Vintasoft.Imaging.Annotation.UI. AnnotationView [])
|
public void AddRange(System.Collections.Generic. IEnumerable <Vintasoft.Imaging.Annotation.UI. AnnotationView >)
|
|
|
API changes in Vintasoft.Imaging.Annotation.Wpf.UI.dll
Changed classes:
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools. SelectedWpfAnnotationViewCollection
|
Changed methods
|
public void AddRange(Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView [])
|
public void AddRange(System.Collections.Generic. IEnumerable <Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView >)
|
|
|
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools. WpfAnnotationVisualTool
|
Added methods
|
public System.Collections.Generic. ICollection <Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView > GetSelectableAnnotations()
|
Returns the annotation collection that must be selected. |
|
|