Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 7,620 for

annotate

(0.08 sec)
  1. Unable to set inherit zoom for existing links -...

    Hi Team, unable to set inherit zoom for existing links. we are getting multiple issues with this code, Please provide perfect solutions to set inherit zoom for existing links and bookmarks. we are just trying to upd…...Pages) { foreach (Annotation item in aPage.Annotations) { string LinkType...(linkType == "Aspose.Pdf.Annotations.GoToAction") { double[] Dest...

    forum.aspose.com/t/unable-to-set-inherit-zoom-f...
  2. PDF Forms. Manage via C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/net/acroforms/
  3. Crea moduli PDF utilizzando .NET | Aspose.PDF

    Crea moduli PDF e aggiungi campi con questo codice sorgente C# su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop.... Annotations . Border ( textBoxField )...Dash = new Aspose . Pdf . Annotations . Dash ( 1 , 1 ) }; textBoxField...

    products.aspose.com/pdf/it/net/acroforms/create/
  4. 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...
  5. 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...
  6. 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...
  7. العمل مع الإجراءات|Aspose.PDF for Java

    يشرح هذا القسم كيفية إضافة الإجراءات إلى المستند وحقول النموذج برمجيًا باستخدام Java. تعلم كيفية إضافة، إنشاء، والحصول على الارتباط التشعبي في ملف PDF....accept ( selector ); List < Annotation > list = selector . getSelected...العلامات المرجعية for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ar/java/actions/
  8. Работа с Действиями|Aspose.PDF for Java

    Этот раздел объясняет, как программно добавлять действия в документ и поля формы с помощью Java. Узнайте, как добавить, создать и получить гиперссылку в PDF-файле....accept ( selector ); List < Annotation > list = selector . getSelected...Перебор всех закладок for ( Annotation annot : list ) { LinkAnnotation...

    docs.aspose.com/pdf/ru/java/actions/
  9. Modifications de l'API Publique dans Aspose.PDF...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....end, Enum annotType, Annotation annotation) changé en void modifyAnnotations(int...end, int annotType, Annotation annotation) IList extractAnnotations(int...

    docs.aspose.com/pdf/fr/java/public-api-changes-...
  10. Anotações Adesivas em PDF|Aspose.PDF para Java

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'Água no texto. Ela é usada para representar gráficos na página. Verifique o trecho de código para resolver essa tarefa....annotationSelector ); List < Annotation > WatermarkAnnotations =...imprimir resultados for ( Annotation fa : WatermarkAnnotations...

    docs.aspose.com/pdf/pt/java/sticky-annotations/