Search found 2321 matches

by Alex
Wed May 13, 2009 2:55 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Bulk load images and annotations
Replies: 6
Views: 13144

Re: Bulk load images and annotations

Hi Ian,

Problem is fixed.

Best regards, Alexander
by Alex
Tue May 12, 2009 1:21 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Save annotations separately in Multipage TIFF?
Replies: 7
Views: 13218

Re: Save annotations separately in Multipage TIFF?

Why don't you want create own format?

Best regards, Alexander
by Alex
Tue May 12, 2009 1:19 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Bulk load images and annotations
Replies: 6
Views: 13144

Re: Bulk load images and annotations

Hi Ian,

Please send a working example that demonstrates the problem to support@vintasoft.com.

Best regards, Alexander
by Alex
Tue May 12, 2009 9:40 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation location on an image
Replies: 4
Views: 10382

Re: Annotation location on an image

Hello Andrew, I looked at your Annotation demo where they are added visually but the size of the annotation is always zero... Please read the "Getting Started" topic in the VintaSoftAnnotation.NET Plug-in section of documentation. I can set colour but not size... AnnotationBase class has t...
by Alex
Tue May 12, 2009 9:32 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Save annotations separately in Multipage TIFF?
Replies: 7
Views: 13218

Re: Save annotations separately in Multipage TIFF?

Hi Ian,

I'm not sure that I have understood you. Do you want to save all annotations of multipage file into one single XMP file?

Best regards, Alexander
by Alex
Tue May 12, 2009 9:27 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Bulk load images and annotations
Replies: 6
Views: 13144

Re: Bulk load images and annotations

Hi Ian,

You should subscribe to the CollectionChanged event of the thumbnailViewer1.Images object, wait for the event with collectionChangeEvent = ImageCollectionChangeAction.ImageAdded and only then call the LoadAnnotations method.

Best regards, Alexander
by Alex
Tue May 12, 2009 8:42 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Byte array of the loaded Tiff file.
Replies: 3
Views: 9722

Re: Byte array of the loaded Tiff file.

Hi Prasanth,

You can save loaded image to the MemoryStream object and get access to byte array of TIFF file. Please read description of the VintasoftImage.Save(stream, encoder) method in documentation.

Best regards, Alexander
by Alex
Fri May 08, 2009 1:46 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Rotating annotations
Replies: 6
Views: 12408

Re: Rotating annotations

Rotation of image with annotation to custom angle will be available in next version of library, I think in 1-2 weeks.

Best regards, Alexander
by Alex
Fri May 08, 2009 1:41 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Custom tooltip on thumbnail viewer?
Replies: 1
Views: 8337

Re: Custom tooltip on thumbnail viewer?

Hi Ian,

You should disable auto tooltip feature (ThumbnailViewer.AutoToolTip = false) and set custom tooltips using the ThumbnailViewer.SetToolTip method.

Best regards, Alexander
by Alex
Fri May 08, 2009 1:38 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation location on an image
Replies: 4
Views: 10382

Re: Annotation location on an image

Hello Andrew,

Do you want to add annotation programmatically or visually? Why don't you use standard methods?

Best regards, Alexander