Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 59,784 for

path

(0.06 sec)
  1. 更改 SVG 背景颜色 – C# 示例

    了解如何在 C# 中更改 SVG 背景颜色 - 通过直接修改 SVG、使用内联和内部 CSS 以及使用 JavaScript。...; 7 8 string documentPath = Path. Combine (DataDir, "tree.svg"...document 28 document. Save (Path. Combine (OutputDir, "add-background-color...

    docs.aspose.com/svg/zh/net/change-svg-backgroun...
  2. 在 XPS 文件中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 .NET 中使用该功能。...NET 2 // The path to the documents directory....masked by ImageBrush 9 XpsPath path = canvas. AddPath (doc. CreatePathGeometry...

    docs.aspose.com/page/zh/net/xps/working-with-tr...
  3. Working with Transparency | C++

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Set the opacity mask on the path Create an XpsImageBrush class...System ::SharedPtr < XpsPath > path = canvas -> AddPath(doc -> ...

    docs.aspose.com/page/cpp/xps/working-with-trans...
  4. XMP Metadata | API to code EPS | .NET

    .NET API Solution to work with EPS files. Rich functionality to code XMP metadata of EPS files. C# examples on how to add, edit and get it....metadata to EPS file C# Set the path to the documents directory....Linq; using System.Text; // The path to the documents directory....

    products.aspose.com/page/net/xmp-metadata/
  5. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/data-validation/
  6. 使用 C# 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 .NET 处理来自 PDF 的标头的示例 C# 代码。...此示例代码显示了如何将标题添加到 PDF var inputFile = Path . Combine ( dataDir , "TextinHeader..."TextinHeader.pdf" ); var outputFile = Path . Combine ( dataDir , "TextinHeader_out...

    products.aspose.com/pdf/zh-hans/net/header/
  7. Convert BMP to PST in Python | products.aspose.com

    Save BMP to PST within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  8. PDF to XLS Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one XLS single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pdf"...pdf" ); var inputFile2 = Path . Combine ( dataDir , "2.pdf" );...

    products.aspose.com/pdf/net/merger/pdf-to-xls/
  9. 使用 C# 向 PDF 添加文本图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上向 PDF 文件添加文本戳的 C# 源代码。...向 PDF 添加文本图章 var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "AddTextStamp_out...

    products.aspose.com/pdf/zh-hans/net/stamps/text/
  10. 创建书签|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 PdfBookmarEditor 类为 PDF 文件创建书签。...CreateBookmarksOfAll () { // The path to the documents directory var...CreateBookmarksOfAll () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/create-bookmarks/