Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Browse by Tags

All Tags » WebAnnotationViewer
Showing page 1 of 3 (22 total posts)
  • WebThumbnailViewer6.0 not displaying annotations

    On an ASP.NET page with WebThumbnailviewer and WebAnnotationViewer, I load a one-page document. When I create an annotation , it does not update the thumbnailviewer. I load a 4 page document and create an annotation on first page it does not appear in the thumbnailviewer. I navigate to next page and create an annotation and it updates the ...
    Posted to ASP.NET Imaging Discussion (Forum) by MMS on April 16, 2008
  • Re: display HTML Text in text annotation

    Any help???? Still an issue...
    Posted to DotAnnotate Discussions (Forum) by Ajay on April 15, 2008
  • display HTML Text in text annotation

    I am creating text annotation dynamically and adding it to a layer. The text contains HTML Tegs like <B> </B>, <i> </i>, etc. I want these tags to be rendered in text annotation and the text should contain the applied formatting. Currently it's showing me as it is, whatever text given to create text annotation. For ...
    Posted to DotAnnotate Discussions (Forum) by Ajay on April 13, 2008
  • Re: Web Image Viewer to utilize the full height and width of monitor

    The main problem with percentage based height, especially in IE, is that every single parent element all the way up to the root html node must have a defined height in order for this to work.  This includes the html, body, form, and any master page placeholder tags between the form and the object you want to size with ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on April 11, 2008
  • Re: WANG Annotation Scroll Problem

    Good morning, David. I have some additional questions that go along with this topic, which I hope you'll be able to answer. You mentioned issues with loading WANG annotations at different points in the WebAnnotationViewer's life cycle.  With that in mind: 1.  Do these issues occur with XMP annotations, too, or just WANG?2.  We ...
    Posted to ASP.NET Imaging Discussion (Forum) by DMann on March 24, 2008
  • Custom Triangle Annotation

    I have checked the Custom Triangle Annotation in the windows application. I would like to have the Triangle Annotation in the Web Application. I copied the Custom Triangle annotation related file to the Web Application and made changes as per the Hilite custom annotation, but it does not work. Please let me know how to achieve this.
    Posted to ASP.NET Imaging Discussion (Forum) by Rupesh on March 17, 2008
  • WebAnnotationViewer v6.0 and MS Ajax

    When I use WebAnnotationViewer inside of asp:UpdatePanel, I'm getting the following error on each postback:''Exception: 'document.frames[...]._co' is null or not an object.''Call stack (with some omissions):atalaInitChildatalaFireEventdocument.frames[_vp.id]._co.setZoom() <-- errors out here. I'm wondering if you're looking into it? Thanks, ...
    Posted to ASP.NET Imaging Discussion (Forum) by Sergey on March 14, 2008
  • Re: conditional contextMenuShow() when AnnotationRightClicked()?

    You could use an if - else block and a tooltip to do this: On the server side, set all redaction tooltips to ''redaction'', and on the client side: function OnAnnotationRightClicked(e){   if (e.annotation.getToolTip() != 'redaction'){      // show menu   }   else{     ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on March 11, 2008
  • Re: redaction

    Security features are not available on the client side, you will need to set the properties ''CanMove'' and ''CanResize'' to false to effectively lock the annotation.
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on February 20, 2008
  • Updating WebThumbnailViewer with Annotations

    I am working with the WebThumbnailViewer and WebAnnotationViewer and would like to make the annotations made in the viewer show up in the thumbnail.  In the DotImageWebForms demo shipped with 5.0 that does not happen, but in the AJAX Document and Annotations Editor demo on the AtalaSoft website, it does happen.  The methods ...
    Posted to ASP.NET Imaging Discussion (Forum) by tkarnatz on February 5, 2008
1 2 3 Next >