Search found 38 matches

by ejbrandino
Fri Feb 03, 2017 2:55 am
Forum: Example requests & Code samples
Topic: Get index number of selected thumbnail
Replies: 4
Views: 5858

Re: Get index number of selected thumbnail

How about getting the indexes of multiple pages selected? I tried David's suggestion but still, it doesn't work out.. I can get the index of a single page selected just like you said how to get it, but I don't know how to get it when selecting MULTIPLE pages.
by ejbrandino
Wed Jan 25, 2017 1:43 am
Forum: Example requests & Code samples
Topic: Tools/Objects are not working after software update.
Replies: 7
Views: 6896

Re: Tools/Objects are not working after software update.

Actually I'm using 12.0.56, you can see it on the video link I sent right? I'm pretty sure you can see that it is not working. Haven't thought of any possible solutions?
by ejbrandino
Sun Jan 22, 2017 9:42 pm
Forum: Example requests & Code samples
Topic: Tools/Objects are not working after software update.
Replies: 7
Views: 6896

Re: Tools/Objects are not working after software update.

I am using the latest version, read my first post.
by ejbrandino
Fri Jan 20, 2017 12:18 am
Forum: Example requests & Code samples
Topic: Tools/Objects are not working after software update.
Replies: 7
Views: 6896

Re: Tools/Objects are not working after software update.

Please watch this: http://screencast-o-matic.com/watch/cbVq3oQJei As you can see, I'm not using my program, I used yours, your sample program packaged with your installer. AS you noticed, upon choosing "Zoom to Selected Area" it only draws a rectangle, it is supposed to zoom the selected a...
by ejbrandino
Wed Jan 18, 2017 4:25 am
Forum: Document Viewing
Topic: Drag - Drop PDF pages
Replies: 6
Views: 9494

Re: Drag - Drop PDF pages

Is this already supported with the GdPicture.Net 12?
by ejbrandino
Tue Jan 17, 2017 7:05 am
Forum: Example requests & Code samples
Topic: Tools/Objects are not working after software update.
Replies: 7
Views: 6896

Tools/Objects are not working after software update.

Hi, I recently updated my GdPicture.Net to a newer version and it seems that some of the tools/objects are not working anymore. For instance, the Zoom Mode, when you select the "Zoom to Selected Area" from the dropdown box, it only draws a rectangle on the selected pdf page, it doesn't zoo...
by ejbrandino
Thu Dec 08, 2016 1:03 am
Forum: Example requests & Code samples
Topic: End PolyRuler by pressing ESC key
Replies: 1
Views: 6241

End PolyRuler by pressing ESC key

Hi,

Currently, after dragging you can end the polyruler by double-clicking, is it possible to end it by pressing ESC button on the keyboard? How?

Thank you very much..
by ejbrandino
Fri Dec 02, 2016 6:39 am
Forum: Example requests & Code samples
Topic: HOw to detect changes on thumbnail viewer
Replies: 1
Views: 3784

HOw to detect changes on thumbnail viewer

Hi,
Can anyone help me, how do you detect if there are changes made on the thumbnail viewer (eg. re-ordered pages, placed a stamp, placed annotations) and prompts you to save changes upon closing the form?

Thank you very much.

Regards,
Eric
by ejbrandino
Thu Nov 24, 2016 4:27 am
Forum: Example requests & Code samples
Topic: Can't Save Changes
Replies: 3
Views: 4891

Re: Can't Save Changes

I see the problem, it doesn't save because the file is being used, it is currently loaded on the PDF viewer, is it possible to save changes to the file while it is being used/viewed? how?
by ejbrandino
Tue Nov 22, 2016 12:39 am
Forum: Example requests & Code samples
Topic: Can't Save Changes
Replies: 3
Views: 4891

Can't Save Changes

Hi, Can anyone help me please. Everytime I made changes on my PDF file like re-ordering pages and adding rubber stamp annotations and then SAVE it, there's no changes on the file after re-opening it..My changes are not saved. What did I missed? I have to saving options, SAVE AS, and SAVE. SAVE AS is...
by ejbrandino
Wed Oct 26, 2016 11:46 pm
Forum: Example requests & Code samples
Topic: Get index number of selected thumbnail
Replies: 4
Views: 5858

Re: Get index number of selected thumbnail

Hi David, Thanks for the reply, I tried your approach but still no luck. I have this code below for testing purposes, I placed it on the click event and set the index on my global variable. private void Thumbnail_Click(object sender, EventArgs e) { for (int i = 0; i < Thumbnail.ItemCount - 1; i++) {...
by ejbrandino
Tue Oct 25, 2016 7:12 am
Forum: Example requests & Code samples
Topic: Get index number of selected thumbnail
Replies: 4
Views: 5858

Get index number of selected thumbnail

Hi,

Does anybody here knows how to get the current index of a selected thumbnail item?

Thank you..
by ejbrandino
Sun Oct 23, 2016 10:42 pm
Forum: Example requests & Code samples
Topic: Merge and Split pdf document
Replies: 6
Views: 6336

Re: Merge and Split pdf document

So, I think this is not possible then..
by ejbrandino
Wed Oct 12, 2016 10:59 pm
Forum: Example requests & Code samples
Topic: Rubber Stamps Annotation not saving consistently
Replies: 4
Views: 4997

Re: Rubber Stamps Annotation not saving consistently

Never mind this one Cedric, I found a solution already. Thanks.
by ejbrandino
Wed Oct 12, 2016 10:44 pm
Forum: Example requests & Code samples
Topic: Rubber Stamps Annotation not saving consistently
Replies: 4
Views: 4997

Re: Rubber Stamps Annotation not saving consistently

SaveAnnotationsToPage() method is never used in your Demo Application (Annotations)