Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 9,077 for

image

(0.06 sec)
  1. Annotaties toevoegen of verwijderen in C# | Ann...

    Programmatisch annotaties toevoegen aan en verwijderen uit Word DOC/DOCX-bestanden in C#. Voeg annotaties met pijlen, rechthoeken, ellipsen en watermerken toe met behulp van de .NET Annotation API....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/nl/annotation/annotate-word-...
  2. C#のプレゼンテーションに透かしを追加する|テキストと画像の透かし

    GroupDocsによる.NETWatermarkingAPIを使用して、プレゼンテーションスライドに透かしとしてテキストを追加したり、PPT、PPTX、PPSなどの形式に画像透かしを適用したりするC#の方法。...new ImageWatermark("watermark-image.png"); imageWatermark.Opacity...ImageWatermarkOption); watermarker.Save("image-watermarked-presentation.pptx");...

    blog.groupdocs.com/ja/watermark/add-watermark-t...
  3. Agregar o quitar anotaciones en C# | Anotar arc...

    Agregue y elimine anotaciones mediante programación de archivos DOC/DOCX de Word en C#. Agregue anotaciones de flechas, rectángulos, elipses y marcas de agua mediante la API de anotaciones de .NET....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/es/annotation/annotate-word-...
  4. オンライン | TEX結合無料GroupDocsアプリ

    無料オンライン TEX合併。 TEXを 1 つのファイルに結合します。100%無料のオンライン TEX合併、安全で使いやすい。...TIFファイル Tagged Image File TIFF 合併 Tagged Image Format File 利用可能な...

    products.groupdocs.app/ja/merger/tex
  5. اضافه کردن یا حذف حاشیه نویسی در 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/fa/annotation/annotate-word-...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-i...
  8. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... EXIF ( Exchangeable Image File Format ) 是指定数码相机和扫描仪主要使用的图像和声音格式的标准。...

    blog.groupdocs.com/zh/groupdocs.blog/page/29/
  9. أضف علامة مائية إلى PDF باستخدام C # | نص وصورة...

    أضف علامات مائية للصور أو قم بتطبيق علامات مائية نصية على ملفات PDF باستخدام C #. إما علامة مائية على الكل أو صفحات انتقائية من PDF باستخدام .NET Watermarking API....Save("path/image-watermark.pdf"); } يُظهر إخراج...

    blog.groupdocs.com/ar/watermark/watermark-pdf-f...
  10. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....demonstrate how to get JPEG images in a specific directory. #...

    blog.groupdocs.com/metadata/get-specific-file-t...