Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 871 for

area

(0.03 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. 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...
  3. 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...
  4. 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...
  5. 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...
  6. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....wrote an article for inserting area annotation into PDF using Java...our article on how to insert area annotation to PDF using Java...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  7. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for Java API....AreaAnnotation area = new AreaAnnotation(); area.setBox(new Rectangle(100...100, 100)); area.setBackgroundColor(65535); area.setPageNumber(1);...

    docs.groupdocs.com/annotation/java/filtering-an...
  8. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API.... Area / Rectangle annotation Arrow...using Java. Insert Rectangle or Area Annotation to PDF using Java...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  9. Highlight PDF in CSharp on GroupDocs Blog | Doc...

    Highlight PDF in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Highlight PDF in CSharp on GroupDocs Blog | Document Automation Solutions for ......menganotasi file PDF dengan menyorot area mana pun. Recent content in...

    blog.groupdocs.com/id/tag/highlight-pdf-in-csha...
  10. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....to locate and size signature area with different measure unit...setTop ( 50 ); // set signature area in millimeters signOptions ...

    docs.groupdocs.com/signature/java/locating-sign...