Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 181,514 for

page

(0.36 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 向 PDF 添加页面图章https://products.aspose.com/pdf/zh-hant/cpp/stamps/Page/Recent content in 使用 C++ 向 PDF 添加页面图章 on Aspsoe.PDF ProductsHugo -- ......com/pdf/zh-hant/cpp/stamps/page/Recent content in 使用 C++ 向 PDF...aspose.com/pdf/zh-hant/cpp/stamps/page/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/cpp/stamps/page...
  2. LayoutEnumerator.MoveNext | Aspose.Words for .NET

    Discover the LayoutEnumerator MoveNext method to navigate sibling entities visually. Efficiently iterate through paragraph lines without crossing Pages....across pages this method will not move to the next page but rather...the next entity on the same page. public bool MoveNext () Examples...

    reference.aspose.com/words/net/aspose.words.lay...
  3. 插入图片|Documentation

    本节介绍如何使用Aspose.Diagram在visio页面插入图片。支持使用C#插入图片并保存为pdf、svg、html、image、xps等格式。...公开的 Pages 属性 Diagram 类支持 Aspose.Diagram.Page 对象的集合。 在 Visio...to insert a image shape in a page. The code example below shows...

    docs.aspose.com/diagram/zh/net/drawing/insert-i...
  4. Convert a Document to PDF in Java|Aspose.Words ...

    Convert a document in Word or any other supported format to PDF, which preserves the original appearance of a document during its rendering on various platforms using Java....paginated or has the concept of pages. Convert a Word Document to...mimics the way Microsoft Word’s page layout engine works, making...

    docs.aspose.com/words/java/convert-a-document-t...
  5. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....display useful information such as page number, author name, topic name...footers are managed using the page‑setup settings. Setting Headers...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  6. Convert WORD To PNG Javascript

    Convert a Word document to PNG format in JavaScript code. Save a Word document as PNG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/nodejs-net/conversion...
  7. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/word-t...
  8. Convert DOC To JPG C#

    Convert DOC to JPG format in C# code. Save DOC as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert WORD To Image C#

    Convert a Word document to Image format in C# code. Save a Word document as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert HTML To GIF C#

    Convert HTML to GIF format in C# code. Save HTML as GIF using C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/net/conversion/html-t...