Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 8,582 for

annotator

(0.18 sec)
  1. 如何用 .NET 添加 Freetext 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Freetext 个注释。...Annotations 集合中的 Freetext 注释方法 Add 再次保存该文件...document . Pages [ 1 ]. Annotations . Add ( freeTextAnnotation...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  2. چگونگی اضافه کردن Strikeout حاشیه نویسی با استف...

    سورس کد در C# برای اضافه کردن Strikeout حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....pdf" )); // This annotation is used to indicate the insertion...document . Pages [ 1 ]. Annotations . Add ( StrikeoutAnnotation1...

    products.aspose.com/pdf/fa/net/annotation/strik...
  3. PdfPermissions Enum | Aspose.Words for .NET

    Discover Aspose.Words.PdfPermissions enum for controlling user access on encrypted PDFs. Enhance security and manage document operations effectively....ModifyAnnotations 20 Add or modify text annotations, fill in interactive form...to allow the editing of annotations. PdfEncryptionDetails encryptionDetails...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Annotatie toevoegen, bewerken en verwijderen va...

    Java broncode om VSTM bestand te annoteren op Java Runtime Environment voor JSP/JSF-applicaties en desktopapplicaties....Diagram Java Annotation Annotatie toevoegen, bewerken...Java PNG JPG BMP TIFF VSTM Annoteer VSTM indelingen in Java Native...

    products.aspose.com/diagram/nl/java/annotation/...
  5. Annotatie toevoegen, bewerken en verwijderen va...

    Java broncode om VSSM bestand te annoteren op Java Runtime Environment voor JSP/JSF-applicaties en desktopapplicaties....Diagram Java Annotation Annotatie toevoegen, bewerken...Java PNG JPG BMP TIFF VSSM Annoteer VSSM indelingen in Java Native...

    products.aspose.com/diagram/nl/java/annotation/...
  6. Aspose.Total for Java Failed to set license. De...

    Dear Aspose support team, We have a 30 days temporary license until we are waiting for our full license to be issued even though all the payments have been made. When we try to start the applications, which are using A…...annotation.InitDestroyAnnotatio.pos...springframework.beans.factory.annotation.InitDestroyAnnotatio$LifecycleElement...

    forum.aspose.com/t/aspose-total-for-java-failed...
  7. 更新 PDF 中的链接|Aspose.PDF for Java

    以编程方式更新 PDF 中的链接。本指南介绍如何在 Java 语言中更新 PDF 中的链接。...get_Item ( 1 ); for ( Annotation annotation : page . getAnnotations...getAnnotations ()) { if ( annotation . getAnnotationType () == AnnotationType...

    docs.aspose.com/pdf/zh/java/update-links/
  8. Ekstrak Data dari Tabel di PDF|Aspose.PDF untuk...

    Pelajari cara mengekstrak tabel dari PDF menggunakan Aspose.PDF untuk C++....yang ditandai dengan Square Annotation: void ExtractMarkedTable...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...

    docs.aspose.com/pdf/id/cpp/extract-data-from-ta...
  9. Archivo

    Archivo...página for (auto annotation : page->get_Annotations()) { // Comprobar...anotación if (annotation->get_AnnotationType() == Annotations::AnnotationType::Square)...

    blog.aspose.com/es/pdf/extract-data-from-tables...
  10. PDFマルチメディア注釈をC++で使用|Aspose.PDF for C++

    Aspose.PDF for C++を使用すると、PDFドキュメントにマルチメディア注釈を追加、取得、削除できます。...PDFドキュメントの注釈は、 Page オブジェクトのAnnotationsコレクションに含まれています。このコレクションには...るすべての注釈が含まれています。各ページは独自のAnnotationsコレクションを持っています。特定のページに注釈を追...

    docs.aspose.com/pdf/ja/cpp/multimedia-annotation/