Search found 41 matches

by GHWels
Mon Jun 27, 2016 1:29 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: burn all annotions on all pages
Replies: 10
Views: 23515

burn all annotions on all pages

Hello Alex!

I want to draw annotions an all pages of a file.
and bevor saving i want to burn all annotions on all pages.

mfg GH
by GHWels
Mon Apr 18, 2016 11:20 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: save selected Images of the AnnotatedThumbnailViewer to a new file
Replies: 1
Views: 8873

save selected Images of the AnnotatedThumbnailViewer to a new file

Hello

I want to save selected Images of the AnnotatedThumbnailViewer to a new file?

than you for your help
GHWels
by GHWels
Mon Apr 18, 2016 11:16 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: after merging files, the result is much bigger?
Replies: 1
Views: 11917

after merging files, the result is much bigger?

Hello

I want to merge files and save it to another file = the size of the new file is much bigger

Dim ICol As New ImageCollection()
ICol.Add("C:\Temp\file1.pdf")
ICol.Add("C:\Temp\file2.pdf")
ICol.SaveAsync("C:\temp\file3.pdf")

thank you, for your help
Gunther
by GHWels
Mon Aug 17, 2015 4:00 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Problem printing (A4 = 210x297)
Replies: 1
Views: 5425

Problem printing (A4 = 210x297)

Hello Alex!

Sorry I have a new Problem!

When printing a pdf-Page (A4 = 210x297), I alway get a blank page after each page.
I tried it also with the sample program "AnnotationDemo".
It helps, if I reduce the page width/height.

[img]C:\Users\gh\Desktop\Protokoll.pdf[/img]

lg GH
by GHWels
Thu Jul 30, 2015 7:22 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotation should be visible, when I get the position on the viewer
Replies: 11
Views: 22697

Re: annotation should be visible, when I get the position on the viewer

Hello Alex!

Nearly perfekt, but I wanted to see the text bevor at the position of the mousepointespeek , while I move the mousepointer.

But I think I can live with the solution.

Thank you very much.

lg GH
by GHWels
Thu Jul 30, 2015 4:38 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotation should be visible, when I get the position on the viewer
Replies: 11
Views: 22697

Re: annotation should be visible, when I get the position on the viewer

Hello Alex!

1.) I create the text "Herbsthofer"
2.) The text will be created at the Poistion of the mousepointer, when i enter the Viewer
3.) Then the annotion will be placed where I the mousebutton.

that it.

lg GH

[img]C:\Users\gh\Pictures\H1.png[/img]
[img]C:\Users\gh\Pictures\H2.png[/img ...
by GHWels
Wed Jul 29, 2015 12:14 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotation should be visible, when I get the position on the viewer
Replies: 11
Views: 22697

Re: annotation should be visible, when I get the position on the viewer

Hallo Alex!

No I want do create a text and then I want to see the text, when i place it at the right Position in the viewer.

lg GH
by GHWels
Tue Jul 28, 2015 12:24 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotation should be visible, when I get the position on the viewer
Replies: 11
Views: 22697

annotation should be visible, when I get the position on the viewer

Hello Alex!

I want to create a

Dim Data As TextAnnotationData = New TextAnnotationData()
Data.AutoSize = True
.
.

The annotation should be visible, when I pick the textposition on the viewer with the mouse.

lg GH