Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 909 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. 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...
  3. 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/
  4. Create Hyperlinks in PDF using Link Annotations...

    Annotate PDF files by creating hyperlinks using link annotations in Java. Document and image annotation Java API allows annotating by linking external data....external data with the specified area of the document. We can add...of Points that represent the area of Hyperlink. Create the LinkAnnotation...

    blog.groupdocs.com/annotation/create-hyperlinks...
  5. Highlight PDF in Java on GroupDocs Blog | Docum...

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

    blog.groupdocs.com/id/tag/highlight-pdf-in-java...
  6. 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...
  7. 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...
  8. 使用 .NET API 从 C# 中的发票或收据中提取数据

    使用 C# 以编程方式解析发票或收据并提取数据。在 ASP.NET、WCF 或 WPF 中使用 .NET 文档解析 API 从文档中提取文本。...PageTableArea area = data[i].PageArea as PageTableArea; if (area == null)...通过表行迭代 for (int row = 0; row < area.RowCount; row++) { // 通过表列迭代...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  9. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....published an article on inserting area annotations into a PDF using...see our guide on how to insert area annotation to PDF using C# ...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  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...