Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 60,957 for

path

(0.08 sec)
  1. Managing Messages in PST Files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Load the Outlook file string path = dataDir + "PersonalStorage...PersonalStorage . FromFile ( path ); // Get the Display Format...

    docs.aspose.com/email/net/managing-messages-in-...
  2. 更改 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...
  3. 将日期转换为日本日期(C++)|Documentation

    学习如何使用 Aspose.Cells for C++ 将公历日期转换为日本日期。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/convert-dates-to-j...
  4. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  5. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input CSV file U16String...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  6. 如何使用 .NET 删除 Underline 注释 | Aspose.PDF

    C# 上的源代码用于通过 COM Interop 删除 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 Underline 个注释。... Path . Combine ( _dataDir , "sample_Underline...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Underline_del...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  7. Recognition Barcode Quality and Deconvolution M...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions... BarCodeReader ( ` ${ path } manybarcodes_quality_deconvolution...BarCodeInstance . BarCodeReader ( ` ${ path } manybarcodes_quality_deconvolution...

    docs.aspose.com/barcode/javascript-cpp/recognit...
  8. SVG Converter – Convert SVG in C# – Aspose.HTML

    Learn how to convert SVG to other formats using Aspose.HTML for .NET and consider a C# example of SVG to PNG conversion....Prepare a path to a source SVG file 4 string documentPath = Path. Combine..."flower1.svg" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/net/svg-converter/
  9. 拆分 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类拆分 PDF 页面。...SplitPdfPagesFromFir () { // The path to the documents directory var...SplitPdfPagesFromFir () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/split-pdf-pages/
  10. 将 SVG 转换为 GIF – C# 代码和在线转换器

    使用 Aspose.HTML for .NET 在 C# 中将 SVG 转换为 GIF。在 C# 示例中考虑各种 SVG 到 GIF 的转换情况。试试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Gif ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-gif/