Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 8,417 for

annotation

(0.06 sec)
  1. PDF 表单。通过 C++ 进行管理 | Aspose.PDF

    在任何具有 C++ 语言的平台上的 PDF 文件中,使用这个简单的演示源代码管理 PDF 表单。...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Dash > ( 1 , 1 )); textBoxField...

    products.aspose.com/pdf/zh-hans/cpp/acroforms/
  2. 如何使用 C++ 删除 Watermark 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Watermark 注解的源代码...Annotations 集合中的 Watermark 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. 如何使用 C++ 删除 Freetext 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Freetext 注解的源代码...Annotations 集合中的 Freetext 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  4. 如何使用 C++ 删除 Polyline 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Polyline 注解的源代码...Annotations 集合中的 Polyline 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  5. 如何用 .NET 添加 Underline 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Underline 个注释。...Annotations 集合中的 Underline 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  6. 如何用 .NET 添加 Highlight 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Highlight 个注释。...Annotations 集合中的 Highlight 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  7. วิธีการเพิ่ม Circle คำอธิบายประกอบโดยใช้ .NET |...

    รหัสที่มาใน C# เพื่อเพิ่ม Circle คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...pdf" )); // Create Polygon Annotation var circleAnnotation = new...

    products.aspose.com/pdf/th/net/annotation/circl...
  8. Come aggiungere l'annotazione Circle usando .NE...

    Codice sorgente su C# per aggiungere Circle annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...pdf" )); // Create Polygon Annotation var circleAnnotation = new...

    products.aspose.com/pdf/it/net/annotation/circl...
  9. 記録

    記録...注釈のコレクションを取得する annotations = page0.page_sheet.annotations; # 注釈を反復処理する...注釈を反復処理する for annotation in annotations: comment = annotation.comment...

    blog.aspose.com/ja/diagram/add-comments-to-visi...
  10. Perbarui Tautan dalam PDF|Aspose.PDF untuk Java

    Memperbarui tautan dalam PDF secara programatis. Panduan ini tentang cara memperbarui tautan dalam PDF dalam bahasa Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/id/java/update-links/