Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 9,064 for

annotation

(0.21 sec)
  1. Jak uzyskać Circle Adnotację przy użyciu .NET |...

    Kod źródłowy na C#, aby uzyskać adnotacje Circle na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/net/annotation/circl...
  2. Jak uzyskać Polygon Adnotację przy użyciu C++ |...

    Kod źródłowy do uzyskania Polygon adnotacji w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/cpp/annotation/polyg...
  3. Jak uzyskać Redaction Adnotację przy użyciu C++...

    Kod źródłowy do uzyskania Redaction adnotacji w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/pl/cpp/annotation/redac...
  4. Come ottenere l'annotazione di Circle usando .N...

    Codice sorgente su C# per ottenere Circle annotazioni 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/circl...
  5. Come ottenere l'annotazione di Redaction usando...

    Codice sorgente su C# per ottenere Redaction annotazioni 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/redac...
  6. Working with Facades|Aspose.PDF for .NET

    Learn how to work with PDF facades in .NET using Aspose.PDF for easier manipulation and viewing of PDF content....Working with annotations - manage PDF document annotations (comments)...

    docs.aspose.com/pdf/net/working-with-facades/
  7. Tambahkan Anotasi Polyline|Aspose.PDF for Pytho...

    Contoh ini mengikat PDF input, membuat polyline solid pada halaman pertama, dan menyimpan dokumen yang telah dimodifikasi dengan anotasi....initialize_data_dir def add_polyline_annotation ( infile , outfile ): # Create... 90 ), "This is polyline annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/id/python-net/add-polyline-...
  8. Добавить аннотацию полигога|Aspose.PDF for Pyth...

    В этом примере привязывается входной PDF, рисуется сплошной полигон на первой странице и сохраняется изменённый документ с аннотацией....initialize_data_dir def add_polygon_annotation ( infile , outfile ): # Create... 120 ), "This is polygon annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/ru/python-net/add-polygon-a...
  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. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#....link to the Page object’s Annotations property. Finally, save the...link to the Page object’s Annotations collection. Save the updated...

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