Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 181,424 for

page

(0.33 sec)
  1. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  2. 使用连接索引连接形状|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....(); // get page by index Aspose . Diagram . Page page = diagram...diagram . Pages [ 0 ]; // add masters string connectorMaster = "Dynamic...

    docs.aspose.com/diagram/zh/net/use-connection-i...
  3. LayoutCollector.Document | Aspose.Words for .NET

    Discover LayoutCollector's Document property to easily manage and customize document attachments for enhanced workflow efficiency....Remarks If you need to access page indexes of the document nodes...a document instance, before page layout of the document is built...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Introduction | Aspose.Note Documentation

    This document provides an introduction to the net framework and its key features....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/net/introduction/
  5. Add text to PDF using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++... Add the TextParagraph to Page using TextBuilder. Save the...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/cpp/text/
  6. Aspose::Words::Drawing::VerticalAlignment enum ...

    Aspose::Words::Drawing::VerticalAlignment enum. Specifies vertical alignment of a floating shape, text frame or a floating table in C++....floating image to the center of a page. auto doc = System :: MakeObject...overlapping text and align it to the page's center. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose.Email.Printing Features|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....(XPS or TIFF) and configuring page layouts. This article describes...Printing an HTML body. Setting the page layout. Auto-fit a TIFF to the...

    docs.aspose.com/email/net/aspose-email-printing...
  8. Resize PDF using C# | Aspose.PDF

    Resize PDF documents programmatically with C# sample code using Aspose.PDF for .NET....Resize PDF Pages with C# Do you need to resize PDF? Programmatic...easily to update or change the page dimensions in an existing PDF...

    products.aspose.com/pdf/net/resize/
  9. LayoutCollector.GetStartPageIndex | Aspose.Word...

    Discover the LayoutCollector GetStartPageIndex method to easily find the 1-based index of a node's starting Page. Simplify your mapping process today!...method Gets 1-based index of the page where node begins. Returns 0...if node cannot be mapped to a page. public int GetStartPageIndex...

    reference.aspose.com/words/net/aspose.words.lay...
  10. 通過C#將圖像添加到 PDF | Aspose.PDF

    本頁介紹使用 .NET 框架、.NET Core、Aspose.PDF .NET 庫將圖像添加到 PDF 文檔中的功能。...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hant/net/images/add/