Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 8,532 for

annotation

(0.1 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – .NET 을 (를) 사용하여 Link 주석을 추가하는 방법https://products.aspose.com/pdf/ko/net/Annotation/link/add/Recent content in .NET 을 (를) 사용하여 Link 주석을 추가하는 방법 o......com/pdf/ko/net/annotation/link/add/Recent content in...+0000https://products.aspose.com/pdf/ko/net/annotation/link/add/index.xml self application/rss+xml...

    products.aspose.com/pdf/ko/net/annotation/link/...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – .NET 을 (를) 사용하여 Watermark 주석을 가져오는 방법https://products.aspose.com/pdf/ko/net/Annotation/watermark/get/Recent content in .NET 을 (를) 사용하여 Watermar......com/pdf/ko/net/annotation/watermark/get/Recent content...+0000https://products.aspose.com/pdf/ko/net/annotation/watermark/get/index.xml self...

    products.aspose.com/pdf/ko/net/annotation/water...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Java 을 (를) 사용하여 Polygon 주석을 추가하는 방법https://products.aspose.com/pdf/ko/java/Annotation/polygon/add/Recent content in Java 을 (를) 사용하여 Polygon 주석을......com/pdf/ko/java/annotation/polygon/add/Recent content...s.aspose.com/pdf/ko/java/annotation/polygon/add/index.xml self...

    products.aspose.com/pdf/ko/java/annotation/poly...
  4. 如何使用 C++ 删除 Polygon 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Polygon 注解的源代码...Annotations 集合中的 Polygon 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  5. 如何使用 C++ 删除 Underline 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Underline 注解的源代码...Annotations 集合中的 Underline 注释方法 Remove...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  6. 如何使用 C++ 删除 Text 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Text 注解的源代码...Annotations 集合中的 Text 注释方法 Remove 再次保存该文件...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  7. Extrahieren von Links aus PDF mit C#

    In diesem Tutorial wird beschrieben, wie Sie mit C# Links aus PDFs extrahieren. Es enthält Details zum Einrichten der IDE, eine Liste der Schritte und einen Beispielcode zum Entwickeln eines PDF-Link-Extraktors mit C#....Seiten Erstellen Sie einen annotation selector zum Suchen von Linkanmerkungen...extrahieren . Erstellen Sie einen Annotation-Selektor für die Link-Annotationen...

    kb.aspose.com/de/pdf/net/extract-links-from-pdf...
  8. Procurar

    Procurar...página for (auto annotation : page->get_Annotations()) { // Verifique...anotação if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/pt/pdf/extract-data-from-tables...
  9. Archivio

    Archivio...pagina for (auto annotation : page->get_Annotations()) { // Controlla...annotazione if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/it/pdf/extract-data-from-tables...
  10. Notions de base de Aspose.PDF DOM API|Aspose.PD...

    Aspose.PDF pour C++ utilise également l'idée de DOM pour représenter la structure d'un document PDF en termes d'objets. Ici, vous pouvez lire la description de cette structure....Aspose::Pdf::Annotations Namespace Reference Les annotations font partie...dédié un namespace pour les annotations. Ce namespace contient des...

    docs.aspose.com/pdf/fr/cpp/basics-of-dom-api/