VintaSoft Annotation .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions
is there any way you could add another setting that keeps the "data entry" font size the same no matter what the "text display" font size is?Ok, we will add ability to use different fonts for preview and editing for TextAnnotation in 2-3 days.
is there any way you could add another setting that keeps the "data entry" font size the same no matter what the "text display" font size is?In version 2.2.1 TextAnnotation.TextBox.Font does not change automatically when TextAnnotation.Font is changed. You can change TextAnnotation.TextBox.Font manually when this is necessary.
Control control = menuItem.GetCurrentParent().Parent;- but it returns null. Any ideas?
How do I get the parent annotation when a context menu item is clicked?You can get the parent annotation using the SelectedAnnotation property of the AnnotationViewer object.