Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 7,775 for

annotation

(0.24 sec)
  1. Come rimuovere l'annotazione di Caret usando .N...

    Codice sorgente su C# per rimuovere le annotazioni di Caret su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/caret...
  2. Come rimuovere l'annotazione di Watermark usand...

    Codice sorgente su C# per rimuovere le annotazioni di Watermark su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/net/annotation/water...
  3. Come rimuovere l'annotazione di Caret usando C+...

    Codice sorgente per rimuovere le annotazioni di Caret nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/caret...
  4. Come rimuovere l'annotazione di Square usando C...

    Codice sorgente per rimuovere le annotazioni di Square nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/squar...
  5. วิธีการลบ Freetext คำอธิบายประกอบโดยใช้ C++ | A...

    ซอร์สโค้ดเพื่อลบ Freetext คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/th/cpp/annotation/freet...
  6. วิธีการลบ Underline คำอธิบายประกอบโดยใช้ C++ | ...

    ซอร์สโค้ดเพื่อลบ Underline คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/th/cpp/annotation/under...
  7. Travailler avec des actions dans un PDF|Aspose....

    Cette section explique comment ajouter des actions au document et aux champs de formulaire de manière programmatique avec C#....ces liens à la collection Annotations de l’objet Page . Enfin,...sont représentés comme des annotations dans un fichier PDF et ils...

    docs.aspose.com/pdf/fr/net/actions/
  8. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

    このセクションでは、C++でPDFドキュメントにリンクを作成する方法を説明します。... ページオブジェクトの Annotations プロパティにリンクを追加します。 最後に、Doc...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ja/cpp/create-links/
  9. 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...
  10. Обновление ссылок в 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/