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

area

(0.09 sec)
  1. 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...
  2. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....is defined by the rectangular area. . Provides a template field...requires to set a rectangular area on the page that bounds the...

    docs.groupdocs.com/parser/net/working-with-temp...
  3. 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...
  4. Annotate Word DOC DOCX files in Java | Add or R...

    Add or remove annotations from Word DOC/DOCX files in Java. Add arrow, rectangle, ellipse, watermark annotations using document Annotation API.... Insert Rectangle or Area Annotation to Word in Java #...the steps to add rectangle or area annotation to a DOC/DOCX document...

    blog.groupdocs.com/annotation/annotate-word-doc...
  5. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any Area....how to highlight text and any area in PDF files using C# . The...steps to highlight text or any area in PDF from your .NET application...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  6. Import & Export Introduced in GroupDocs.Annotat...

    At GroupDocs we always tries to improve our products and introduce new feature to provide quality and unique products to our valuable users. By maintaining our tradition we are pleased to announce monthly release of GroupDocs.Annotation for .NET 3.2.1 API. The latest release of our Document Annotation API provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.2.1 included support to import annotations for word and PDF document format for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) also introducing export of different annotations for Word and PDF document format with all major supported annotations....annotation types (Highlight Text, Area Annotation, and Strikeout etc)...annotations import from Word Area annotation import from Word...

    blog.groupdocs.com/annotation/import-export-int...
  7. 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/java/redaction-fil...
  8. Load document from Azure Blob Storage | Documen...

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

    docs.groupdocs.com/annotation/net/load-document...
  9. 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...
  10. 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/