Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 870 for

area

(0.05 sec)
  1. Extract images from document page | Documentation

    This article explains that how to extract images from document page....contains the text area. The rectangular area on the page that...that contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Extract images from document page | Documentation

    This article explains that how to extract images from document page....contains the text area. The rectangular area on the page that...that contains the text area. The format of the image. The rotation...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....pdf”)) { AreaAnnotation area = new AreaAnnotation() { Box...annotator.Add(new List () { area, ellipse }); //Result file will...

    docs.groupdocs.com/annotation/net/filtering-ann...
  4. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad to announce another monthly release of document annotation API, where new file formats are introduced in supporting document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support to annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....support like Arrow Annotation, Area Annotation, Text Field Annotation...for Diagram documents Included Area Annotation for Diagrams Resource...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  5. Load document from URL | Documentation

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

    docs.groupdocs.com/annotation/net/load-document...
  6. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....Diagram Area Redaction import annotation from diagram Area annotation...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  7. Load document from Amazon S3 Storage | Document...

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

    docs.groupdocs.com/annotation/net/load-document...
  8. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page Area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an Area on a specific page....or the end of the page; page area (on each page), which is a top-left...the scope of redaction to an area on a specific page. For more...

    docs.groupdocs.com/redaction/net/redaction-filt...
  9. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...RecognizeTextAreas Extracts text areas from the provided image stream...define a rectangular area which restricts the area of the image and...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  10. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....pdf" )) { AreaAnnotation area = new AreaAnnotation () { Box...List < AnnotationBase >() { area , ellipse }); annotator . Save...

    docs.groupdocs.com/annotation/net/save-only-ann...