Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 8,552 for

annotate

(0.09 sec)
  1. استخراج النص من الطوابع باستخدام C#|Aspose.PDF ...

    تعلم كيفية استخدام الميزة الخاصة بـ Aspose.PDF for .NET - استخراج النص من تعليقات الطوابع... الحصول على Annotation المرغوب من قائمة التعليقات...)) { Aspose . Pdf . Annotations . Annotation item = document ....

    docs.aspose.com/pdf/ar/net/extract-text-from-st...
  2. วิธีการเพิ่ม Redaction คำอธิบายประกอบโดยใช้ .NE...

    รหัสที่มาใน C# เพื่อเพิ่ม Redaction คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...region RedactionAnnotation annot = new RedactionAnnotation (...

    products.aspose.com/pdf/th/net/annotation/redac...
  3. The use of RedactionAnnotation to add a color b...

    I have a PDF document with two pages. One of the pages is rotated 90 degrees clockwise. I want to add a red-colored rectangle at the lower-left corner of each page. When the page is not rotated, it works correctly. Howe…...double ury) { var annot = new Aspose.Pdf.Annotations.RedactionAnnotation(page...urx, ury)); annot.FillColor = annotationColor; annot.Color = annotationColor;...

    forum.aspose.com/t/the-use-of-redactionannotati...
  4. | Aspose.PDF

    Zarządzaj adnotacjami w formacie PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET... Annotations . TextAnnotation ( pdfDocument...600 )) { Title = "Sample Annotation Title" , Subject = "Sample...

    products.aspose.com/pdf/pl/net/annotation/
  5. How to Add Comments to a PDF using C#

    This tutorial guides you on how to add comments to a PDF using C#. It provides details about the IDE configuration, a list of steps and a runnable sample code to insert comment in PDF using C#....are shared to create text annotation along with setting its properties...and then adding it to the annotations collection of a particular...

    kb.aspose.com/pdf/net/how-to-add-comments-to-a-...
  6. ארכיון

    ארכיון...לנתח הערות PDF בפייתון # Annotations in PDFs enhance document...figures, and sticky notes. Each annotation type serves a specific purpose...

    blog.aspose.com/he/pdf/parse-pdf-in-python/
  7. Redazione di un PDF utilizzando Java | Aspose.PDF

    Redazione programmatica di documenti PDF con codice di esempio Java utilizzando Aspose.PDF per Java...600 ); RedactionAnnotation annot = new RedactionAnnotation (...rect ); annot . setFillColor ( Color . getBlack ()); annot . setBorderColor...

    products.aspose.com/pdf/it/java/redaction/
  8. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....Links are represented as annotations in a PDF file, so to extract...Get all the selected link annotations into an IList object using...

    docs.aspose.com/pdf/cpp/extract-links/
  9. التعليقات اللاصقة في PDF باستخدام C#|Aspose.PDF...

    تعلم كيفية إنشاء تعليقات لاصقة، مثل الملاحظات والتسليط، في ملفات PDF باستخدام Aspose.PDF في .NET.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...// Load Page object to add Annotation var page = document . Pages...

    docs.aspose.com/pdf/ar/net/sticky-annotations/
  10. How to Remove Hyperlink from PDF in C#

    This short tutorial guides on how to remove hyperlink from PDF in C#. It shares details about the environment configuration, the list of steps for developing the application and a runnable sample code to remove all hyperlinks from PDF in C#....access the collection of annotations on each page Parse through...all the annotations and find the link type annotations Call the...

    kb.aspose.com/pdf/net/how-to-remove-hyperlink-f...