Search found 8 matches

by pvanderwest
Mon Oct 27, 2014 8:56 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Transparent Annotations
Replies: 3
Views: 5536

Re: Transparent Annotations

So if (blendingmode = normal) it will show through?
by pvanderwest
Fri Oct 17, 2014 2:49 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Transparent Annotations
Replies: 3
Views: 5536

Transparent Annotations

I am placing a Text Highlight Annotation on a tif image. The background image show through just fine. When I use the highlight on another annotation (Text for example), I cannot see the text that is inside the annotation. The highlight seems to obscure the annotation behind it. How can I make the an...
by pvanderwest
Fri Jun 13, 2014 1:32 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load, change and save image to the same file in Image Viewer
Replies: 14
Views: 23448

Re: Load, change and save image to the same file in Image Vi

I am getting the same error:

The process cannot access the file 'i:\images\1\440\1499487.tif' because it is being used by another process

I open a file, rotate it then try to save it:

Me.ImageViewer1.Image = New Vintasoft.Imaging.VintasoftImage(filename)

...

ImageViewer1.Image.Save(filename)
by pvanderwest
Thu Apr 03, 2014 12:30 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 7477

Re: Annotations not saving

I have uploaded the file to dropbox if you want to take a look:

https://dl.dropboxusercontent.com/u/216 ... 062749.pdf

In the Annotation Viewer, the annotations show. In Adobe Reader they do not.
by pvanderwest
Wed Apr 02, 2014 5:51 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 7477

Re: Annotations not saving

There is only 1 page in the PDF.

I believe the issue is that even though the annotation is added, it is not being displayed when the PDF is opened in Adobe Reader. Can I send you the PDF before and after?
by pvanderwest
Wed Apr 02, 2014 4:32 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 7477

Re: Annotations not saving

One more...

I added the following but it still does not work:

Code: Select all

encoder.Settings.GenerateAnnotationAppearance = True
by pvanderwest
Wed Apr 02, 2014 4:14 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 7477

Re: Annotations not saving

Some additional information...

If I open the PDF in Adobe Reader, the annotation does not show. If I open it in the VintaSoft Viewer it does.
by pvanderwest
Wed Apr 02, 2014 3:54 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotations not saving
Replies: 8
Views: 7477

Annotations not saving

I have pasted the sample code provided into a project and the annotations are not saving onto the pdf: ' create image collection Dim images As New ImageCollection() ' create annotation controller associated with image collection Dim annotations As New AnnotationDataController(images) ' load PDF file...