Sort Score
Result 10 results
Languages All
Labels All
Results 4,461 - 4,470 of 9,049 for

annotation

(1.38 sec)
  1. Opmerkingen verwijderen uit PowerPoint-bestande...

    Gratis app en API's om annotaties op PowerPoint-bestanden zoals PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM en ODP te beheren...Slides Annotation Opmerkingen over presentaties...

    products.aspose.com/slides/nl/annotation/
  2. Navegación e Interacción en PDF|Aspose.PDF para...

    Esta sección describe las características de trabajo con enlaces, acciones y marcadores....Trabajando con XML usando C++ PDF Annotations using C++...

    docs.aspose.com/pdf/es/cpp/navigation-and-inter...
  3. Odstraňte komentáře ze souborů PowerPoint na Wi...

    Bezplatná aplikace a rozhraní API pro správu anotací souborů PowerPoint, jako jsou PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM a ODP...Slides Annotation Odebrat komentáře prezentací...

    products.aspose.com/slides/cs/annotation/
  4. Facades.Form() not displaying the textbox form ...

    Hi, I have a PDF with form fields in it. In below, i'm setting the background color, value, style and border width for the text box form fields "allergies_label_pg1", "allergies_label_pg3" and saving to "result.pdf". va…...Annotations.BorderStyle.Solid; var textBoxField2...Pdf.InteractiveFeatures.Annotations.BorderStyle.Solid; // save...

    forum.aspose.com/t/facades-form-not-displaying-...
  5. How to edit PDF | Aspose.PDF

    Do you know how easily edit PDF documents in .NET? Edit PDF files with high quality using .NET PDF library....important sections or adding annotations can greatly improve the understanding...documents. By editing these annotations, users can effectively track...

    products.aspose.com/pdf/tutorial/edit-pdf/
  6. ארכיון

    ארכיון...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/he/pdf/extract-text-from-pdf-cs...
  7. Archivio

    Archivio...foreach (Annotation annotation in doc.Pages[1].Annotations) { //...TextMarkupAnnotation if (annotation is TextMarkupAnnotation)...

    blog.aspose.com/it/pdf/extract-text-from-pdf-cs...
  8. Menambahkan Gambar ke PDF menggunakan C++|Aspos...

    Bagian ini menjelaskan cara menambahkan gambar ke file PDF yang ada menggunakan pustaka C++....auto annotation = MakeObject < Aspose :: Pdf :: Annotations ::...get_Rect ()); auto form = annotation -> get_Appearance () -> idx_get...

    docs.aspose.com/pdf/id/cpp/add-image-to-existin...
  9. 如何在C#中删除PDF中的所有注释

    这个简短的教程指导如何在 c# 中删除 pdf 中的所有注释。它提供了有关 IDE 设置的详细信息、程序流程和可运行的示例代码,用于在 C# 中从 PDF 中删除所有注释。...类对象中,其中包含要删除的注释 遍历 PDF 的所有页面以测试 annotations 遍历每个页面上的所有注释 检查注解类型是否为Text并删除...中的注释。 Pages 集合被迭代,其中包含一个名为 Annotations 的集合,该集合被进一步迭代。我们检查要删除的文本...

    kb.aspose.com/zh/pdf/net/how-to-delete-all-comm...
  10. How to Remove Watermark | Aspose.PDF

    Do you know how easily Remove Watermark from PDF in Python? Remove Watermark from PDF with high quality using Python via .NET Aspose.PDF library.... Annotations . Where ( a => a . AnnotationType...document . Pages [ 1 ] . Annotations . Delete ( ca ); } document...

    products.aspose.com/pdf/tutorial/remove-watermark/