Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 8,861 for

image

(0.06 sec)
  1. إضافة أو إزالة التعليقات التوضيحية في C # | علق...

    قم بإضافة وإزالة التعليقات التوضيحية برمجيًا من ملفات Word DOC / DOCX في C #. إضافة سهم ، مستطيل ، قطع ناقص ، علامة مائية باستخدام .NET Annotation API....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/ar/annotation/annotate-word-...
  2. Добавить или удалить аннотации в C# | Аннотиров...

    Программно добавляйте и удаляйте аннотации из файлов Word DOC/DOCX на C#. Добавляйте аннотации со стрелками, прямоугольниками, эллипсами и водяными знаками с помощью .NET Annotation API....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/ru/annotation/annotate-word-...
  3. 在 Python 應用程式中編輯和管理中繼資料 - GroupDocs.Metadata

    了解如何使用 GroupDocs.Metadata for Python via .NET 來提取、更新和移除應用程式中的中繼資料。...# 在本範例中,我們將根據特定標準檢索圖像文件(例如 image.jpg )的中繼資料屬性。 初始化中繼資料對象 :使用您的文件創建...run (): with gm . Metadata( "image.jpg" ) as metadata: # 檢查文件格式是否已知且文件未加密...

    blog.groupdocs.com/zh-hant/metadata/edit-metada...
  4. Adicionar ou remover anotações em C# | Anotar a...

    Adicione e remova programaticamente anotações de arquivos Word DOC/DOCX em C#. Adicione anotações de seta, retângulo, elipse e marca d'água usando a API de anotação .NET....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/pt/annotation/annotate-word-...
  5. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...entanto, EXIF (Exchangeable Image File Format) é o padrão e define...

    blog.groupdocs.com/pt/groupdocs.blog/page/23/
  6. Подпишите PDF-файл с помощью сертификата цифров...

    Овладейте искусством цифровой подписи PDF-файлов с помощью сертификатов на Java. Настраивайте подписи и создавайте собственное приложение с помощью API цифровой подписи....setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/ru/signature/sign-pdf-with-c...
  7. แปลง DOCX เป็น TIFF โดยใช้ Python

    แปลงไฟล์ DOCX เป็น TIFF ได้อย่างง่ายดายโดยใช้ Python พร้อมตัวอย่างโค้ดที่ชัดเจน ปฏิบัติตามคำแนะนำนี้เพื่อส่งออกไฟล์ DOCX เป็น TIFF โดยใช้ Python เพื่อให้ได้ผลลัพธ์ภาพที่มีคุณภาพสูง...โฟลว์การพิมพ์ TIFF (Tagged Image File Format) เป็นที่รู้จักก...

    kb.groupdocs.com/th/conversion/python/convert-d...
  8. Firmar digitalmente documentos de Word con Java

    Domina el arte de firmar digitalmente documentos de Word con certificados en Java. Personalice firmas y cree su propia aplicación utilizando la API de firma digital....setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/es/signature/sign-word-files...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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