Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 187,789 for

page

(0.35 sec)
  1. DocumentBuilder.insertFootnote method | Aspose....

    Aspose.Words.DocumentBuilder.insertFootnote method...appear at the bottom of the page. builder . write ( "This text...referenced text, // so this page break will not affect the footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Move or Delete Pages in PDF using Java https://products.aspose.com/pdf/java/Pages/ Recent content in Add, Move or Delete Pages in PDF usin......Products – Add, Move or Delete pages in PDF using Java https://products...com/pdf/java/pages/ Recent content in Add, Move or Delete pages in PDF...

    products.aspose.com/pdf/java/pages/index.xml
  3. Render Interactive Scrollbar in GridWeb|Documen...

    This article introduces how to work with scrollbar in GridWeb.... Sample Code <% @ Page Language = "C#" AutoEventWireup...System . Web . UI . Page { protected void Page_Load ( object sender...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Get PDF file information|Aspose.PDF for .NET

    This section explains how to get PDF File Information with Aspose.PDF Facades....dimensions of the first page Console . WriteLine ( "Page width: {0}" ,...1 )); Console . WriteLine ( "Page height: {0}" , fileInfo . GetPageHeight...

    docs.aspose.com/pdf/net/get-pdf-file-information/
  5. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library.... Replace Text in all pages of PDF document You can try...to replace text in all the pages of a PDF document, you first...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  6. 旋转 Visio 形状文字|Documentation

    如何使用 .NET Diagram API 在 visio 中旋转形状的文本。...); // Get page by name Page page = diagram . Pages . GetPage...Aspose . Diagram . Shape shape in page . Shapes ) { if ( shape . NameU...

    docs.aspose.com/diagram/zh/net/rotate-visio-sha...
  7. Remove Shape Protection|Documentation

    This section explains how to remove shape protection....); // Get page by name Page page = diagram . Pages . GetPage...Get shape by ID Shape shape = page . Shapes . GetShape ( 1 ); //...

    docs.aspose.com/diagram/net/remove-shape-protec...
  8. 添加 PDF 页面印章|Aspose.PDF for .NET

    了解如何在 .NET 中向 PDF 页面添加印章,包括文本和图像,用于水印或品牌标识,使用 Aspose.PDF。...文件的特定页面上添加 PDF 页面印章,您还需要设置 Stamp 类的 Pages 属性。此属性需要一个整数数组,包含您想要添加印章的页面编号。然后,您可以使用...IsBackground = true ; stamp . Pages = new [] { 1 , 3 }; // Apply...

    docs.aspose.com/pdf/zh/net/add-pdf-page-stamp/
  9. 使用 C# 进行 PDF 多媒体注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从 PDF 文档中添加、获取和删除多媒体注释。...Contents [ Hide ] PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。该集合仅包含该单个页面的所有注释:每个页面都有自己的...ScreenAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/zh/net/multimedia-annotation/
  10. Convert PDF File|Aspose.PDF for .NET

    Learn how to convert a PDF file to various formats in .NET using Aspose.PDF for flexible document handling....Contents [ Hide ] Convert PDF Pages to Different Image Formats In...In order to convert PDF pages to different image formats, you...

    docs.aspose.com/pdf/net/convert-pdf-file/