Search found 14 matches

by ltiong
Tue Aug 18, 2009 2:44 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: ReferencedImageAnnotation missing file picture
Replies: 1
Views: 6531

ReferencedImageAnnotation missing file picture

Here's a request: WIth ReferencedImageAnnotations, if the linked picture is missing or unaccessible, I'd like to display a "missing image". Currently, the Annotation loaded is simply not visible. I would still like the missing ReferencedImageAnnotation to be visible because this tells me t...
by ltiong
Tue Aug 18, 2009 2:09 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Font decoration in Annotation Textbox
Replies: 6
Views: 15200

Re: Font decoration in Annotation Textbox

Hello Alex,

We've released our code w/ the version prior to 3.0. We're looking forward to integrating the more updated Vintasoft library in a future release. Thanks for checking in.

Lu
by ltiong
Tue Jun 23, 2009 7:22 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Unique identifier in the Xms/Xml
Replies: 2
Views: 7582

Re: Unique identifier in the Xms/Xml

Hello Alex, I was just curious if there was existing fucntionality. I'm building an versioning/undo/redo subsystem for the Annotations in my application that outlasts the session. I needed a unique identifier so i can tell which individual Annotations are changed on the canvas, so that i can update ...
by ltiong
Tue Jun 23, 2009 2:57 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Unique identifier in the Xms/Xml
Replies: 2
Views: 7582

Unique identifier in the Xms/Xml

Hello Alex,

I'm looking for a unique identifier for the Annotation in the Xms/Xml generated by GetAnnotationXml().

I see that the Annotation objects have a Guid member; is there any way to send that to the Xml?

Lu
by ltiong
Fri Jun 12, 2009 8:48 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Alignment of Images on the AnnotationViewer
Replies: 3
Views: 8745

Re: Alignment of Images on the AnnotationViewer

Hey Alex, My situation w/ anchoring the image at (0,0) is because i do not want the Image to move/shift when the Container is resized. In the first picture, Annotations added to the left of the Image (marked Annotaion(a) in figure1) will be shifted off the screen when the AnnotationViewer is resized...
by ltiong
Fri Jun 12, 2009 8:00 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 3.0 of VintaSoftAnnotation
Replies: 20
Views: 32113

Re: New features request for version 3.0 of VintaSoftAnnotation

Hello Jaka, Interesting application. You want to anchor one end of a Line Annotation, and move the other end of the Line in sync w/ a TextAnnotation. If you were to code this functionality yourself, you would need to be able associate Line Annotations w/ TextAnnotations. If you tracked that (ie usin...
by ltiong
Thu Jun 11, 2009 12:55 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Editing the Image of a ReferencedImageAnnotation
Replies: 2
Views: 7378

Editing the Image of a ReferencedImageAnnotation

I'd like to: 1) create a ReferencedImageAnnotation 2) modify the Referenced image 3) and Save over the original linked file. This worked for me previously in version 2.2 (build 2217), but it stopped working when i moved to version 2.2 (build 2223). It appears that the ReferencedImageAnnotation now l...
by ltiong
Wed Jun 10, 2009 11:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Alignment of Images on the AnnotationViewer
Replies: 3
Views: 8745

Alignment of Images on the AnnotationViewer

By default, when the AnnotationViewer is displaying an Image that is smaller in size, it centers the Image. I have a situation where I want the Image to always begin at (0,0). Is it possible to set the alignment of Images displayed on the Annotation Viewer to always position at (0,0)? http://prowork...
by ltiong
Wed Jun 10, 2009 9:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation location on an image
Replies: 4
Views: 10180

Re: Annotation location on an image

Hey Andrew, If you you're still looking to drop annotations on an image w/ the double-click (ie determine the coordinates of the top left corner of the displayed Image), you can try something like: // get a hold of the Image being displayed VintasoftImage vi = annotationViewer1.Images[annotationView...