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
We are building Annotation dynamically while loading page. We want navigation using Tab key. We will use Keyboard and Mouse both for annotation selection.Thank you for information. Now annotation menu in web document viewer cannot be navigated using Tab key. We will try to implement necessary functionality in the future.
Here, I have another question like How can we set the focus on annotation?You can set the focused annotation in annotation viewer using WebAnnotationVisualToolJS.set_FocusedAnnotationView function.
webAnnotationViewer1.get_AnnotationVisualTool().set_FocusedAnnotationView(focusedAnnotationView);Best regards, Alexander
But we want to Tab Key navigate to annotation in Windows Form.VintaSoft Imaging .NET SDK does not have ready-to-use annotation toolbar but VintaSoft Annotation Demo has AnnotationsToolStrip control that represents annotation toolbar. Do you use AnnotationsToolStrip control from VintaSoft Annotation Demo?
Set Focus solution is required for Windows Form.You can set focused annotation in WinForms annotation viewer using the AnnotationViewer.FocusedAnnotationView property. Please read more info here: https://www.vintasoft.com/docs/vsimagin ... Forms.html