Search found 8 matches

by gohorsey
Tue Jul 19, 2016 2:27 pm
Forum: Feature Requests
Topic: Showing more the one page (scrolling)
Replies: 10
Views: 17438

Re: Showing more the one page (scrolling)

This is also the top item (by far!) on our complaint list from users. It would great to get a more firm answer as to when/if this will be available in the GdPicture .NET winform viewer control.
by gohorsey
Fri May 29, 2015 4:55 pm
Forum: Document Viewing
Topic: Same vertical scroll bar for all PDF Pages
Replies: 3
Views: 9359

Re: Same vertical scroll bar for all PDF Pages

Boo! We want it in the WinForm viewer too!
by gohorsey
Wed Feb 25, 2015 6:15 pm
Forum: Feature Requests
Topic: Hyperlinks Red Box and Document Padding
Replies: 1
Views: 6542

Hyperlinks Red Box and Document Padding

I'd like to be able remove the red box that appears around PDF links in the GdViewer class (winforms). I still want links enabled. I just do not like the red box it draws. Also, make it possible to add padding to the top of the GdViewer, so that there is a padding between the top of the page and the...
by gohorsey
Fri Feb 20, 2015 7:38 pm
Forum: Document Viewing
Topic: GdViewer Link Colors and Padding
Replies: 1
Views: 3888

Re: GdViewer Link Colors and Padding

Bump!
by gohorsey
Wed Feb 11, 2015 10:23 pm
Forum: Document Viewing
Topic: GdViewer Link Colors and Padding
Replies: 1
Views: 3888

GdViewer Link Colors and Padding

Is it possible to remove the red box that appears around PDF links in the GdViewer class (winforms)? I still want links enabled. I just do not like the red box it draws. Also, is it possible to add padding to the top of the GdViewer, so that there is a padding between the top of the page and the vie...
by gohorsey
Mon Feb 09, 2015 6:59 pm
Forum: PDF
Topic: GdPicturePDF::RemoveBookMark(int) removes all bookmarks
Replies: 4
Views: 4215

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

That is great news!

Do have an idea of when we would see the bug fix delivered?

Thanks!
by gohorsey
Fri Feb 06, 2015 1:23 am
Forum: PDF
Topic: GdPicturePDF::RemoveBookMark(int) removes all bookmarks
Replies: 4
Views: 4215

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

I am also seeing issues with the following sequence: int b1 = NewBookMark(0, "test"); int b2 = NewBookMark(b1, "test2"); RemoveBookmark(b2); int b3 = NewBookMark(b1, "test3"); //DOES NOT ADD?!? int b4 = NewBookMark(0, "test4"); RemoveBookMark(b1); //REMOVES AL...
by gohorsey
Thu Feb 05, 2015 11:58 pm
Forum: PDF
Topic: GdPicturePDF::RemoveBookMark(int) removes all bookmarks
Replies: 4
Views: 4215

GdPicturePDF::RemoveBookMark(int) removes all bookmarks

I am using the GdPicturePDF class to manipulate the bookmarks for a PDF. I am find that calling RemoveBookMark(int) to remove a single bookmark is actually removing ALL the bookmarks. Is this a bug?