VintaSoft Annotation .NET Plug-in: API changes in version 14.0
In This Topic
API changes in Vintasoft.Imaging.Annotation.dll
Changed classes:
Vintasoft.Imaging.Annotation. TextAnnotationData
|
Added properties
|
public float AutoFontMaxSize { get ; set ; }
|
Gets or sets the maximum font size when auto font size is enabled ( AutoFontSize == True). |
public float AutoFontMinSize { get ; set ; }
|
Gets or sets the minimum font size when auto font size is enabled ( AutoFontSize == True). |
public bool AutoFontSize { get ; set ; }
|
Gets or sets a value indicating whether the annotation's font size depends on the annotation size. |
|
|
API changes in Vintasoft.Imaging.Annotation.UI.dll
Changed classes:
Vintasoft.Imaging.Annotation.UI. CompositeAnnotationView
|
Added properties
|
public Vintasoft.Imaging.Annotation.UI. AnnotationView HoveredAnnotationView { get ; }
|
Gets the hovered annotation view. |
|
|
Added methods
|
public System.Collections.Generic. IEnumerator <Vintasoft.Imaging.Annotation.UI. AnnotationView > GetEnumerator()
|
Returns an enumerator that iterates through the collection. |
|
|
Vintasoft.Imaging.Annotation.UI. TextAnnotationView
|
Added properties
|
public float AutoFontMaxSize { get ; set ; }
|
Gets or sets the maximum font size when auto font size is enabled ( AutoFontSize == True). |
public float AutoFontMinSize { get ; set ; }
|
Gets or sets the minimum font size when auto font size is enabled ( AutoFontSize == True). |
public bool AutoFontSize { get ; set ; }
|
Gets or sets a value indicating whether the annotation's font size bounds depends on the annotation size. |
|
|
Vintasoft.Imaging.Annotation.UI.VisualTools. AnnotationVisualTool
|
Added properties
|
public bool RaiseAnnotationEventsInAuthorMode { get ; set ; }
|
Gets or sets a value indicating whether the annotation visual tool should raise annotation events in AnnotationInteractionMode .Author mode. |
public bool RaiseAnnotationEventsInViewMode { get ; set ; }
|
Gets or sets a value indicating whether the annotation visual tool should raise annotation events in AnnotationInteractionMode .View mode. |
|
|
API changes in Vintasoft.Imaging.Annotation.Wpf.UI.dll
Changed classes:
Vintasoft.Imaging.Annotation.Wpf.UI. WpfCompositeAnnotationView
|
Added properties
|
public Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView HoveredAnnotationView { get ; }
|
Gets the hovered annotation view. |
|
|
Added methods
|
public System.Collections.Generic. IEnumerator <Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView > GetEnumerator()
|
Returns an enumerator that iterates through the collection. |
|
|
Vintasoft.Imaging.Annotation.Wpf.UI. WpfTextAnnotationView
|
Added properties
|
public float AutoFontMaxSize { get ; set ; }
|
Gets or sets the maximum font size when auto font size is enabled ( AutoFontSize == True). |
public float AutoFontMinSize { get ; set ; }
|
Gets or sets the minimum font size when auto font size is enabled ( AutoFontSize == True). |
public bool AutoFontSize { get ; set ; }
|
Gets or sets a value indicating whether the annotation's font size bounds depends on the annotation size. |
|
|