Search found 41 matches

by bjcam
Tue Mar 25, 2014 10:14 am
Forum: Annotations
Topic: Adding an image but specify the image size
Replies: 1
Views: 5691

Re: Adding an image but specify the image size

I would like to do this, too. I am struggling to programmatically add an annotation by clicking on the page, rather than allowing the user to draw the annotation to any size. Is there any help on this? I have searched the documentation and looked at the samples, but can't seem to get it to work with...
by bjcam
Mon Sep 24, 2012 6:54 pm
Forum: Other discussions
Topic: Windows RT
Replies: 3
Views: 14363

Re: Windows RT

Hello,
Ok, thanks. Something to keep an eye on - I have customers asking me about it as they are keen to use the new, cheaper tablets.
by bjcam
Mon Sep 24, 2012 6:21 pm
Forum: Other discussions
Topic: Windows RT
Replies: 3
Views: 14363

Windows RT

Hi
I wondered if GDPicture.net was compatible with the new Windows RT? I was planning to port my .net application to work in Windows RT in due course. Will I be able to use GDPicture.net and the annotations plugin?
Thanks.
by bjcam
Thu Apr 19, 2012 6:25 pm
Forum: Annotations
Topic: Printing annotations
Replies: 1
Views: 2558

Printing annotations

Hi
What is the best way to programmatically print a series of images with corresponding annotations?
I have a list of image files and a list of corresponding annotations and I want to send them all to the printer using the PrintFit method but I want to include annotations from the xmp files.
by bjcam
Tue Apr 03, 2012 9:18 pm
Forum: Annotations
Topic: Annotation link clicked event
Replies: 4
Views: 3611

Re: Annotation link clicked event

Excellent!
Thank you.
by bjcam
Tue Apr 03, 2012 4:45 pm
Forum: Annotations
Topic: Annotation link clicked event
Replies: 4
Views: 3611

Re: Annotation link clicked event

Hi Loic
Has the AnnotationClicked event been added in the latest update?
by bjcam
Tue Mar 20, 2012 11:50 am
Forum: Annotations
Topic: Annotation link clicked event
Replies: 4
Views: 3611

Annotation link clicked event

Hi
I can see how to get events in edit mode for the currently selected annotation, but how to get the event of an annotation link being clicked?
I use MouseUp events for different areas of the page, and I want to cancel this if a link annotation has been clicked.
Thanks
by bjcam
Thu Mar 15, 2012 7:21 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Re: Setting transparency

hi Loic
I have just installed the latest version and ConvertTo32BppPARGB works now!
The current version of GdPicture.NET.dll shows as 8.5.0.20.
I thought the latest version was 8.5.19?
by bjcam
Thu Mar 15, 2012 5:44 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Re: Setting transparency

It looks like I am not using the very latest version. I will download it and try it. Most of the images I deal with are grayscale - would that cause the problem with ConvertTo32BppPARGB? And if the image was already colour, would I have a problem instead with ConvertTo32BppARGB? Is there a way of de...
by bjcam
Thu Mar 15, 2012 5:18 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Re: Setting transparency

Ok, by changing ConvertTo32BppPARGB to ConvertTo32BppARGB it worked!
Why is this?
Thanks
by bjcam
Thu Mar 15, 2012 1:53 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Re: Setting transparency

I use a class for the GdViewer and manipulate the images within the class. All works well. This is part of the code: p_CurrentImage = oGdPictureImaging.CreateGdPictureImageFromFile(imgPath) Me.DisplayFromGdPictureImage(p_CurrentImage) Then I added: oGdPictureImaging.ConvertTo32BppPARGB(p_CurrentImag...
by bjcam
Thu Mar 15, 2012 1:19 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Re: Setting transparency

Hi Loic
Thanks for the reply. I got a 'Object reference not set to an instance ..' error on the SwapColor method?
by bjcam
Thu Mar 15, 2012 12:57 pm
Forum: Image Processing & Document Imaging
Topic: Setting transparency
Replies: 8
Views: 6131

Setting transparency

Hi I am trying to set the transparency of an image where I want all the white to be transparent so that the background colour of the GdViewer shows through. I have tried using: oGdPictureImaging.SetColorKey(ImageID, oGdPictureImaging.ARGB(255,240,240,240),oGdPictureImaging.ARGB(255,255,255,255)) but...
by bjcam
Wed Jan 04, 2012 4:49 pm
Forum: PDF
Topic: Extracting text
Replies: 5
Views: 3370

Re: Extracting text

Thank you. The content is copyright protected so I have submitted it as a support ticket.
by bjcam
Tue Jan 03, 2012 4:27 pm
Forum: PDF
Topic: Extracting text
Replies: 5
Views: 3370

Re: Extracting text

In fact, my last reply is a perfect example of what I mean - when I entered A D E the first time the letters were spaced out above the sentence underneath. But When I submitted my reply the spaces were stripped out.