Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 60,897 for

path

(0.16 sec)
  1. 如何用 .NET 添加 Redaction 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Redaction 个注释。... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Redaction...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  2. Convert MBOX to MSG via C# | products.aspose.com

    Sample code for MBOX to MSG C# conversion. Use API example code for batch MBOX files to MSG conversion within VB.NET, Asp.NET or any .NET based application.... Pass the output file path with MSG file extension. MSG...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/mbox-t...
  3. 在工作表内向Shape前后移动(前景层次)用C++|Documentation

    学习如何使用 Aspose.Cells for C++ 改变工作表中形状的z次序位置。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/send-shape-front-o...
  4. 使用XmlMapCollection.Add方法在工作簿内添加XML映射,使用C++|Docu...

    使用C++的XmlMapCollection.Add方法在工作簿内添加XML映射。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input XML file U16String...

    docs.aspose.com/cells/zh/cpp/add-xml-map-inside...
  5. Text, Image or Page Stamps in PDF using C# | As...

    Add stamps: text, image or page - to PDF programmatically with C# sample code using Aspose.PDF for .NET....to PDF - C# var inputFile = Path . Combine ( dataDir , "AddTextStamp..."AddTextStamp.pdf" ); var outputFile = Path . Combine ( dataDir , "AddTextStamp_out...

    products.aspose.com/pdf/net/stamps/
  6. 用C++在排序数据时指定排序警告|Documentation

    学习如何使用Aspose.Cells for C++ API在排序数据时指定排序警告。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/specifying-sort-wa...
  7. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats.... C# string path = @ "D:\Projects\glTF-Sample-Models\1...scene Scene scene = new Scene ( path ); //create a camera for capturing...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  8. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  9. Protecting and Unprotecting Workbooks in VSTO a...

    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....//Specify the template excel file path. string myPath = "MyBook.xls"...//Specify the template excel file path. string myPath = "Book1.xls"...

    docs.aspose.com/cells/net/protecting-and-unprot...
  10. How to digitally sign PDF|Aspose.PDF for C++

    Digitally sign PDF documents using C++. Verify, or validate the digitally sign PDFs using C++....SignDocument () { // String for path name. String _dataDir ( "C:...SignWithTimeStampSer () { // String for path name. String _dataDir ( "C:...

    docs.aspose.com/pdf/cpp/digitally-sign-pdf-file/