Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 874 for

area

(0.1 sec)
  1. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Annotation to JPG using Java Add Area Annotation to JPG using Java...PDF using Java How to Insert Area Annotation to PDF using Java...

    kb.groupdocs.com/annotation/java/
  2. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......in PDF using C# How to Insert Area Annotation to PDF using C# How...PDF using Java How to Insert Area Annotation to PDF using Java...

    kb.groupdocs.com/categories/page/27/
  3. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Annotation to JPG using Java Add Area Annotation to JPG using Java...Annotation to JPG using C# Add Area Annotation to JPG using C# Add...

    kb.groupdocs.com/annotation/
  4. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....in PDF using C# How to Insert Area Annotation to PDF using C# How...PDF using Java How to Insert Area Annotation to PDF using Java...

    kb.groupdocs.com/annotation/page/2/
  5. Annotate GIF, TIFF, BMP and JPEG formats using ...

    We are excited to announce another monthly release where new document formats is added in supported format list for annotating images. The latest GroupDocs.Annotation for .NET 17.1.0 API now provides support to GIF, TIFF, BMP and JPEG with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....annotation types like Text, Area, Point, Watermark and Strikeout...Annotation Point Annotation Area Annotation Resource Redaction...

    blog.groupdocs.com/annotation/annotate-gif-tiff...
  6. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....docx" )) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...
  7. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered.... Area , Text = "area" }, new AnnotationInfo...100 , 100 , 100 ), Message = "area" }, new EllipseAnnotation ()...

    docs.groupdocs.com/annotation/net/migration-notes/
  8. Announcing New Features of the GroupDocs' Annot...

    GroupDocs Annotation is a web-based app that allows users to annotate PDF, Word, Excel and PowerPoint documents online, from a web-browser. With this app, you and your colleagues and partners can review and annotate a document simultaneously, in real time. We’re constantly working to improve the app’s interface and would like to introduce a new set of features we’ve recently designed and implemented. Add and Manage NotesGroupDocs Annotation lets you add notes throughout a document which show up as numbered markers.... With the new Area Notes and Polyline tools, you...you can easily highlight an area in a document. You may also find...

    blog.groupdocs.com/annotation/announcing-new-fe...
  9. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....documentStream )) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...
  10. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....pdf" ))) { AreaAnnotation area = new AreaAnnotation () { Box...65535 , }; annotator . Add ( area ); annotator . Save ( "result...

    docs.groupdocs.com/annotation/net/load-document...