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

annotate

(1.03 sec)
  1. Archiv

    Archiv...stránce for (auto annotation : page->get_Annotations()) { // Zkontrolujte...anotace if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/cs/pdf/extract-data-from-tables...
  2. Jak dodać Freetext Adnotację za pomocą C++ | As...

    Kod źródłowy do dodawania adnotacji Freetext w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/pl/cpp/annotation/freet...
  3. Crea moduli PDF utilizzando .NET | Aspose.PDF

    Crea moduli PDF e aggiungi campi in modo programmatico con il codice di esempio C# usando Aspose.PDF per .NET.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/it/net/acroforms/create/
  4. Come ottenere l'annotazione di Freetext usando ...

    Codice sorgente per ottenere Freetext annotazioni in file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/freet...
  5. Come aggiungere l'annotazione Freetext usando ....

    Codice sorgente su C# per aggiungere Freetext annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/it/net/annotation/freet...
  6. ค้นหา

    ค้นหา...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkup คำอธิบายประกอบ if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/th/pdf/extract-text-from-pdf-cs...
  7. Архів

    Архів...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/uk/pdf/extract-text-from-pdf-cs...
  8. تحديث الروابط في ملف PDF|Aspose.PDF for Java

    تحديث الروابط في ملف PDF برمجياً. يتناول هذا الدليل كيفية تحديث الروابط في ملف PDF باستخدام لغة Java....get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/ar/java/update-links/
  9. draw shapes in java

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....these shapes on images for annotation. In this article, you will...

    blog.aspose.com/tag/draw-shapes-in-java/
  10. Tooltip em PDF usando Python|Aspose.PDF para Py...

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando Python e Aspose.PDF... annotations . AnnotationFlags . HIDDEN...default_appearance = ap . annotations . DefaultAppearance ( "Helv"...

    docs.aspose.com/pdf/pt/python-net/pdf-tooltip/