Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 7,617 for

annotation

(0.05 sec)
  1. 如何使用 .NET 删除 Redaction 注释 | Aspose.PDF

    C# 上的源代码用于通过 COM Interop 删除 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 Redaction 个注释。...Annotations 集合中的 Redaction 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  2. Come aggiungere l'annotazione Strikeout usando ...

    Codice sorgente per aggiungere Strikeout annotazioni nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/it/cpp/annotation/strik...
  3. Come aggiungere l'annotazione Highlight usando ...

    Codice sorgente per aggiungere Highlight annotazioni nel file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/it/cpp/annotation/highl...
  4. Come aggiungere l'annotazione Underline usando ...

    Codice sorgente su C# per aggiungere Underline annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/it/net/annotation/under...
  5. วิธีการเพิ่ม Text คำอธิบายประกอบโดยใช้ C++ | As...

    รหัสที่มาเพิ่ม Text คำอธิบายประกอบในไฟล์ PDF บนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/th/cpp/annotation/text/...
  6. Opérations avancées pour C++|Aspose.PDF pour C++

    Aspose.PDF pour C++ peut effectuer non seulement des tâches simples et faciles mais aussi gérer des fonctions plus complexes. Pour les utilisateurs avancés et les développeurs, la section Avancée détaillera ces fonctionnalités pour vous....formes sur la page Annotations - Les annotations permettent aux utilisateurs... supprimer et modifier l’annotation des documents PDF. Artifacts...

    docs.aspose.com/pdf/fr/cpp/advanced-operations/
  7. العمل مع الإجراءات|Aspose.PDF for Java

    يشرح هذا القسم كيفية إضافة الإجراءات إلى المستند وحقول النموذج برمجيًا باستخدام Java. تعلم كيفية إضافة، إنشاء، والحصول على الارتباط التشعبي في ملف PDF....accept ( selector ); List < Annotation > list = selector . getSelected...العلامات المرجعية for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ar/java/actions/
  8. Работа с Действиями|Aspose.PDF for Java

    Этот раздел объясняет, как программно добавлять действия в документ и поля формы с помощью Java. Узнайте, как добавить, создать и получить гиперссылку в PDF-файле....accept ( selector ); List < Annotation > list = selector . getSelected...Перебор всех закладок for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ru/java/actions/
  9. Comment rayer du texte dans un PDF avec C#

    Ce didacticiel explique comment barrer du texte dans un PDF à l'aide de C#. Il contient des paramètres d'environnement, un processus par étapes et un exemple de code exécutable pour supprimer du texte dans Adobe PDF à l'aide de C#....Ajoutez cette annotation à la collection d’annotations sur la page...une annotation barrée pour le texte, puis cette annotation est...

    kb.aspose.com/fr/pdf/net/how-to-strike-out-text...
  10. PDF 텍스트 주석|Aspose.PDF for Java

    Aspose.PDF for Java를 사용하여 PDF 문서에서 텍스트 주석을 추가, 가져오기 및 삭제할 수 있습니다.... 주석은 특정 페이지의 Annotations 컬렉션에 포함되어 있습니다. 이 컬렉션은 해당...annotationSelector ); List < Annotation > freeTextAnnotations = annotationSelector...

    docs.aspose.com/pdf/ko/java/text-annotation/