gdViewer Annotation Tooltip

Discussions about document viewing.
Post Reply
DanH
Posts: 11
Joined: Mon Mar 30, 2009 10:13 pm

Tooltip on Annotations on GDViewer

Post by DanH » Sun Oct 13, 2013 2:54 am

Can a tooltip show for Annotations on GDViewer?

TimG
Posts: 3
Joined: Fri Aug 24, 2018 10:15 am

gdViewer Annotation Tooltip

Post by TimG » Fri Aug 24, 2018 4:41 pm

Hello,

using the gdviewer showing a pdf/tiff and the mouse is moved over an annotation i want to show a Tooltip containing information about the annotation (author,creation date,...).
I´m a little stuck here because the annotation is not a winforms object that a Tooltip can be added to, so any hints about how to accomplish this would be very nice.

Thanks in advance,
Tim

TimG
Posts: 3
Joined: Fri Aug 24, 2018 10:15 am

Re: gdViewer Annotation Tooltip

Post by TimG » Mon Sep 03, 2018 1:25 pm

Here is my attempt…

Code: Select all

    Private Sub SetAnnotationsToolTips()
        Dim tt As New ToolTip
        For i As Integer = 0 To gdViewer.GetAnnotationCount
            Dim anno As GdPicture14.Annotations.Annotation = gdViewer.GetAnnotationFromIdx(i)
            tt.SetToolTip(anno, anno.Author & vbCrLf & anno.CreationTime.ToString("dd.MM.yyyy HH:mm:ss"))
        Next
    End Sub

Gabriela
Posts: 436
Joined: Wed Nov 22, 2017 9:52 am

Re: gdViewer Annotation Tooltip

Post by Gabriela » Thu Jan 17, 2019 9:24 am

Hello,

thank you for your interest and suggestions. This request is already on our roadmap, so it will be considered for the future.

floele
Posts: 13
Joined: Sun Feb 13, 2011 8:55 pm

Re: gdViewer Annotation Tooltip

Post by floele » Tue Feb 05, 2019 11:47 am

I would also like to see this feature (I'm currently using the WPF viewer control).

Gabriela
Posts: 436
Joined: Wed Nov 22, 2017 9:52 am

Re: gdViewer Annotation Tooltip

Post by Gabriela » Tue Feb 05, 2019 11:59 am

Hi,

Thank you for your interest in our product. I have increased the priority here, we have already this request reported, but with no time frame yet. We will keep you updated with any further news.

Post Reply

Who is online

Users browsing this forum: Amazon [Bot] and 1 guest