Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 8,413 for

annotate

(0.33 sec)
  1. ค้นหา

    ค้นหา...้า for (auto annotation : page->get_Annotations()) { // ตรวจ...บ if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/th/pdf/extract-data-from-tables...
  2. 如何使用 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/...
  3. 如何用 .NET 添加 Strikeout 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Strikeout 个注释。...Annotations 集合中的 Strikeout 注释方法 Add 再次保存该文件..."sample.pdf" )); // This annotation is used to indicate the insertion...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  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++ 删除 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/...
  6. How to Redact a PDF in Java

    This brief guide explains how to redact a PDF in Java. It contains the system configuration details, and stepwise algorithm, followed by a runnable sample code to redact text in PDF using Java....class Add the annotation to existing annotations Redact the PDF...redaction annotation. Subsequently, add the annotation to the page...

    kb.aspose.com/pdf/java/how-to-redact-a-pdf-in-j...
  7. PdfAttachmentsEmbeddingMode enumeration | Aspos...

    aspose.words.saving.PdfAttachmentsEmbeddingMode enumeration. Specifies how attachments are embedded to PDF document.... ANNOTATIONS Attachments are embedded as annotations with...document embedded files without annotations. See Also module aspose.words...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Manipola le annotazioni in PDF usando Java | As...

    Codice sorgente Java per manipolare le annotazioni in file PDF su Java e PHP, Delphi....da rimuovere con Redaction Annotation Aggiungi annotazione link...Java Per aggiungere Text Annotation, useremo l’API Aspose.PDF...

    products.aspose.com/pdf/it/java/annotation/
  9. 修改 PDF 中的注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释修改为 XFDF。...GetDataDir_AsposePdfFacades_Annotations (); // Create PdfAnnotationEditor..."AnnotationsInput.pdf" ); // Modify annotations author annotationEditor ...

    docs.aspose.com/pdf/zh/net/modify-annotations/
  10. Crear enlaces en archivos PDF con C#|Aspose.PDF...

    Esta sección explica cómo crear enlaces en su documento PDF con C#....el enlace a la propiedad Annotations del objeto Page. Finalmente...el enlace a la colección Annotations del objeto Page. Guarde el...

    docs.aspose.com/pdf/es/net/create-links/