Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 8,581 for

annotation

(0.08 sec)
  1. .NET 을 (를) 사용하여 Polygon 주석을 가져오는 방법 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 Polygon 주석을 가져오기 위한 C...Annotations 컬렉션에서 Polygon 주석에 대해 Get...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/net/annotation/polyg...
  2. .NET 을 (를) 사용하여 Strikeout 주석을 가져오는 방법 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 Strikeout 주석을 가져오기 위한 C...Annotations 컬렉션에서 Strikeout 주석에 대해 Get...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/net/annotation/strik...
  3. چگونگی اضافه کردن Caret حاشیه نویسی با استفاده ...

    کد منبع برای اضافه کردن Caret حاشیه نویسی در فایل PDF بر روی هر پلت فرم با زبان C++...pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/fa/cpp/annotation/caret...
  4. چگونگی اضافه کردن Circle حاشیه نویسی با استفاده...

    کد منبع برای اضافه کردن Circle حاشیه نویسی در فایل PDF بر روی هر پلت فرم با زبان C++...pdf" )); // Create Polygon Annotation var circleAnnotation = new...document . Pages [ 1 ]. Annotations . Add ( circleAnnotation...

    products.aspose.com/pdf/fa/cpp/annotation/circl...
  5. 如何用 .NET 添加 Freetext 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Freetext 个注释。...Annotations 集合中的 Freetext 注释方法 Add 再次保存该文件...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  6. چگونگی اضافه کردن Strikeout حاشیه نویسی با استف...

    سورس کد در C# برای اضافه کردن Strikeout حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( StrikeoutAnnotation1...

    products.aspose.com/pdf/fa/net/annotation/strik...
  7. PdfPermissions Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPermissions enum for controlling user access on encrypted PDFs. Enhance security and manage document operations effectively....ModifyAnnotations 20 Add or modify text annotations, fill in interactive form...to allow the editing of annotations. PdfEncryptionDetails encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  8. C# API to Export EPUB to RTF | products.aspose.com

    Convert EPUB to RTF without using Microsoft Word...adding text, images, and annotations. The Aspose.Words for .NET...adding text, images, and annotations. Aspose.Total for .NET is...

    products.aspose.com/total/net/conversion/epub-t...
  9. Actionsを使用する|Aspose.PDF for Java

    このセクションでは、Javaを使用してドキュメントやフォームフィールドにアクションをプログラムで追加する方法を説明します。PDFファイルにハイパーリンクを追加、作成、取得する方法を学びます。...オブジェクトが定義されたら、これらのリンクを Page オブジェクトのAnnotationsコレクションに追加します。 最後に、 Document...accept ( selector ); List < Annotation > list = selector . getSelected...

    docs.aspose.com/pdf/ja/java/actions/
  10. Crear enlaces en archivos PDF con C#|Aspose.PDF...

    Esta sección explica cómo crear enlaces en su documento PDF con C#....el enlace a la propiedad Annotations del objeto Page. Finalmente...el enlace a la colección Annotations del objeto Page. Guarde el...

    docs.aspose.com/pdf/es/net/create-links/