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

annotation

(0.06 sec)
  1. Jak usunąć Freetext Adnotację za pomocą .NET | ...

    Kod źródłowy w języku C#, aby usunąć adnotacje Freetext 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/freet...
  2. Jak usunąć Caret Adnotację za pomocą .NET | Asp...

    Kod źródłowy w języku C#, aby usunąć adnotacje Caret 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/caret...
  3. Jak usunąć Strikeout Adnotację za pomocą C++ | ...

    Kod źródłowy do usuwania Strikeout 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/strik...
  4. 新着情報|Aspose.PDF for Python via .NET

    このページでは、Aspose.PDF for Python via .NETの最近のリリースで導入された最も人気のある新機能を紹介します。...] for annotation in page . annotations : if ( annotation . rect...cast ( ap . annotations . WidgetAnnotation , annotation ) checkbox...

    docs.aspose.com/pdf/ja/python-net/whatsnew/
  5. Mettre à jour les liens dans le PDF|Aspose.PDF ...

    Mettez à jour les liens dans le PDF par programmation avec Aspose.PDF pour C++. Ce guide explique comment mettre à jour les liens dans un fichier PDF....DynamicCast < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...page -> get_Annotations () -> idx_get ( 1 )); // Modification du...

    docs.aspose.com/pdf/fr/cpp/update-links/
  6. 追加の種類のPDF注釈を使用する|Aspose.PDF for Java

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。... 新しい Caret Annotation を作成し、Caretパラメータ(新しいRecta...その後、注釈をページに追加できます。 次のコードスニペットは、Caret AnnotationをPDFファイルに追加する方法を示しています: package...

    docs.aspose.com/pdf/ja/java/extra-annotations/
  7. Criar AcroForm - Criar PDF Preenchível em C#|As...

    Com Aspose.PDF for .NET você pode criar um formulário do zero em seu arquivo PDF...rectangle data for widget annotations. // The number of elements...determines the number of widget annotations to add. var rects = new Aspose...

    docs.aspose.com/pdf/pt/net/create-form/
  8. Anotasi PDF sticky menggunakan Python|Aspose.PD...

    Topik ini tentang anotasi sticky, sebagai contoh kami menunjukkan Anotasi Watermark dalam teks.... annotations . WatermarkAnnotation ( page...koleksi Anotasi Halaman page . annotations . append ( wa ) # Buat TextState...

    docs.aspose.com/pdf/id/python-net/sticky-annota...
  9. Redact PDF using Python | Aspose.PDF

    Redact PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... rectangle annot = ap . annotations . RedactionAnnotation...page , annotationRectangle ) annot . fill_color = ap . Color ....

    products.aspose.com/pdf/python-net/redaction/
  10. XFDF로 주석 가져오기 및 내보내기|Aspose.PDF for .NET

    C# 및 Aspose.PDF for .NET 라이브러리를 사용하여 XFDF 형식으로 주석을 가져오고 내보낼 수 있습니다.... GetDataDir_AsposePdf_Annotations (); // Create PdfAnnotationEditor..."AnnotationDemo1.pdf" ); // Define the annotation types to export var annotType...

    docs.aspose.com/pdf/ko/net/import-export-xfdf/