Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 8,481 for

annotation

(0.12 sec)
  1. Архивы

    Архивы...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...текстовые разметкиАннотации if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/ru/pdf/extract-text-from-pdf-cs...
  2. Arşiv

    Arşiv...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation'ı Filtrele if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/tr/pdf/extract-text-from-pdf-cs...
  3. PDF Tooltip باستخدام C++|Aspose.PDF لـ C++

    تعلم كيفية إضافة تلميح نصي إلى جزء من النص في PDF باستخدام C++ و Aspose.PDF...Annotations.HideAction لتعيين إجراء إخفاء/إظهار...get_Flags () | Aspose :: Pdf :: Annotations :: AnnotationFlags :: Hidden...

    docs.aspose.com/pdf/ar/cpp/pdf-tooltip/
  4. Get Viewer Preference of PDF File|Aspose.PDF fo...

    This section shows how to get viewer preference of an existing PDF file using PdfContentEditor Class....Preference of PDF Adding Annotations to existing PDF file Analyzing...

    docs.aspose.com/pdf/net/get-viewer-preference-o...
  5. Chercher

    chercher... Extrayez l’annotation carrée de la page. Initialisez...Sélectionnez la page et extrayez son annotation carrée var page = pdfDocument...

    blog.aspose.com/fr/pdf/extract-table-from-pdf-u...
  6. Обновление ссылок в PDF|Aspose.PDF for Java

    Обновление ссылок в PDF программным способом. Это руководство о том, как обновить ссылки в PDF на языке Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ru/java/update-links/
  7. Extraire des données d'un tableau dans un PDF a...

    Apprenez à extraire des données tabulaires d'un PDF en utilisant Aspose.PDF for .NET en C#...un tableau marqué avec une annotation carrée : // For complete...squareAnnotation = page . Annotations . FirstOrDefault ( ann =>...

    docs.aspose.com/pdf/fr/net/extract-data-from-ta...
  8. Add Image to PDF using C++|Aspose.PDF لـ C++

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/ar/cpp/add-image-to-existin...
  9. Chercher

    chercher...médias, les formulaires, les annotations, les artefacts, etc. Parmi...get_Item(1); // Créer un objet d'annotation de lien LinkAnnotation link...

    blog.aspose.com/fr/pdf/add-hyperlinks-in-pdf-us...
  10. C#を使用したPDFツールチップ|Aspose.PDF for .NET

    C#とAspose.PDFを使用してPDFのテキストフラグメントにツールチップを追加する方法を学びます...Annotations.HideActionクラスを使用して、テキストブ...Flags |= Aspose . Pdf . Annotations . AnnotationFlags . Hidden...

    docs.aspose.com/pdf/ja/net/pdf-tooltip/