Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 32,563 for

annotator

(0.92 sec)
  1. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Annotation Releases GroupDocs.Annotation Product Family...

    blog.groupdocs.com/zh-hant/categories/index.xml
  2. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Annotation Releases GroupDocs.Annotation Product Family...

    blog.groupdocs.com/es/categories/index.xml
  3. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Annotation Releases GroupDocs.Annotation Product Family...

    blog.groupdocs.com/he/categories/index.xml
  4. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Annotation Releases GroupDocs.Annotation Product Family...

    blog.groupdocs.com/ja/categories/index.xml
  5. Release 25.11 on GroupDocs Blog | Document Auto...

    Release 25.11 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release 25.11 on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Annotation for .NET 25.11 – 2025년 11월...11월 릴리스 하이라이트 GroupDocs.Annotation for .NET 25.11의 새로운 기능을 살펴보세요...

    blog.groupdocs.com/ko/tag/release-25.11/index.xml
  6. C# का उपयोग करके JPG में एरिया एनोटेशन जोड़ें

    इस विषय में, आप सीखेंगे कि C# का उपयोग करके JPG में क्षेत्र एनोटेशन कैसे जोड़ा जाए। इसमें C# में JPG में क्षेत्र एनोटेशन सम्मिलित करने के लिए व्यापक चरण और कोड उदाहरण भी शामिल हैं।...Annotation Product Family GroupDocs...शामिल करने के लिए GroupDocs.Annotation for .NET का उपयोग करने के...

    kb.groupdocs.com/hi/annotation/net/add-area-ann...
  7. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)...Annotation Product Solution GroupDocs...you wish to test GroupDocs.Annotation without the limitations of...

    docs.groupdocs.com/comparison/java/licensing-an...
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Annotation cho .NET 25.11 cung cấp các...tích hợp liền mạch GroupDocs.Annotation cho .NET với các ứng dụng...

    blog.groupdocs.com/vi/page/5/
  9. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Annotation for .NET 25.11 提供了升级的内部库...了解如何使用 pythonnet 将 GroupDocs.Annotation for .NET 与 Python 应用程序无缝...

    blog.groupdocs.com/zh/page/5/
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...