Sort Score
Result 10 results
Languages All
Labels All
Results 6,771 - 6,780 of 188,041 for

page

(0.14 sec)
  1. 在运行时将工作表绑定到 DataSet 使用 GridWeb|Documentation

    本文介绍如何在 GridWeb 中将工作表绑定到 DataSet。... 示例代码 // Implementing Page_Load event handler public partial...System . Web . UI . Page { protected void Page_Load ( object sender...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  2. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/convert-ps/
  3. Manage Visio File Metadata via .NET C# | produc...

    View, add, edit, remove or extract Visio files metadata with just few lines of C# code...with collection of pages as well as Page class for representing...representing single Page. Along with these classes, documentproperties...

    products.aspose.com/diagram/net/metadata/
  4. How can I convert excel file to word? - Free Su...

    Hello sir. I am a new user of aspose. I would like to convert excel file to word. Can I convert excel file to word using aspose?...last page. I can see correct the first and second pages. But...But the doc file’s last page has issue. Thanks codewarior October...

    forum.aspose.com/t/how-can-i-convert-excel-file...
  5. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...them equals page width minus left and right page margins. Indexers...= doc ) columns = builder . page_setup . text_columns columns...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用图像|Documentation

    本节介绍如何使用 Aspose.Diagram 从 visio 页面插入或获取图像。... 提取图像 Page Class 对象表示前景页面或背景页面的绘图区域。 Diagram..."ExtractAllImagesFrom.vsd" ); // Enter page index i.e. 0 for first one foreach...

    docs.aspose.com/diagram/zh/net/working-with-ima...
  7. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/ps/working-with-transp...
  8. Insert and Append Documents in C#|Aspose.Words ...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in C#.... What is this page about? This page explains how to insert...need to include additional pages from a document to the end of...

    docs.aspose.com/words/net/insert-and-append-doc...
  9. Several HTML Into Image C++

    Merge multiple HTML into Image in C++ code. Save HTML as Image using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/html-to-image/
  10. Several TEXT Into PNG C++

    Merge multiple TEXT into PNG in C++ code. Save TEXT as PNG using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/text-to-png/