Sort Score
Result 10 results
Languages All
Labels All
Results 9,391 - 9,400 of 10,080 for

image

(1.16 sec)
  1. Hình mờ tài liệu Word bằng C# | Hình mờ văn bản...

    Thêm hình mờ văn bản và hình ảnh vào tài liệu Word bằng C#. Áp dụng hình mờ theo chương trình trên (các) trang bằng .NET API....= new ImageWatermark("path/image.png") { Opacity = .5, HorizontalAlignment...

    blog.groupdocs.com/vi/watermark/watermark-word-...
  2. Saving EditableDocument to stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument, including saving the HTML markup and the accompanying resources using GroupDocs.Editor for Python via .NET....embedded into the markup and images are serialized with base64...

    docs.groupdocs.com/editor/python-net/saving-edi...
  3. Tự Động Kiểm Toán Đánh Dấu Nước trong .NET với ...

    Tìm hiểu cách thay thế các đánh giá đánh dấu nước thủ công dễ gây lỗi bằng một đoạn script .NET ngắn gọn, quét, xác thực và báo cáo các đánh dấu nước bằng GroupDocs.Watermark.... " [image] ")} " ); Console.WriteLine(...null ) Console.WriteLine( $" Image bytes {wm.ImageData.Length}"...

    blog.groupdocs.com/vi/watermark/audit-automatio...
  4. 使用 GroupDocs.Watermark 在 .NET 中自动化水印审计

    了解如何使用 GroupDocs.Watermark,通过简短的 .NET 脚本扫描、验证并报告水印,以取代容易出错的手动水印审查。... " [image] ")} " ); Console.WriteLine(...null ) Console.WriteLine( $" Image bytes {wm.ImageData.Length}"...

    blog.groupdocs.com/zh/watermark/audit-automatio...
  5. 在 C# 中添加或刪除註釋 |註釋 Word DOC DOCX 文件

    在 C# 中以編程方式在 Word DOC/DOCX 文件中添加和刪除註釋。使用 .NET Annotation API 添加箭頭、矩形、橢圓、水印註釋。...Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  6. Ký PDF bằng chứng chỉ chữ ký số bằng Java

    Nắm vững nghệ thuật ký điện tử các tệp PDF có chứng chỉ trong Java. Tùy chỉnh chữ ký và xây dựng ứng dụng của riêng bạn bằng API chữ ký số....setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/vi/signature/sign-pdf-with-c...
  7. Marca d'água em documentos do Word usando Java ...

    Adicione marcas d'água de texto e Imagem a documentos do Word usando Java. Aplique marcas d’água programaticamente nas páginas usando a API Java....save("path/image-watermark.docx"); watermark...

    blog.groupdocs.com/pt/watermark/watermark-word-...
  8. 使用C#為Word文檔添加水印|文本和圖像水印

    使用 C# 將文本和圖像水印添加到 Word 文檔。使用 .NET API 以編程方式在頁面上應用水印。...= new ImageWatermark("path/image.png") { Opacity = .5, HorizontalAlignment...

    blog.groupdocs.com/zh-hant/watermark/watermark-...
  9. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) var so = new SaveOptions(); so....options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  10. How to Run Examples | GroupDocs

    This article describes how to run GroupDocs.Merger for .NET code examples....CSharp/Resources/ — sample documents and images used by the examples. Examples/GroupDocs...

    docs.groupdocs.com/merger/net/how-to-run-examples/