Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 187,789 for

page

(0.1 sec)
  1. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_Page property. Gets or sets the number of lines per Page in the document grid....lines_per_page property PageSetup.lines_per_page property Gets...sets the number of lines per page in the document grid. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 将矩形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将矩形对象创建到您的PDF中。... Page page , float x , float y , float...Paragraphs collection of the page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-rectangle/
  3. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization.... Get the particular page to which you want to add the...created from that particular page – to which you want to add the...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  4. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...使用 AnnotationSelector 过滤注释 Page page = document . getPages ()....CaretAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  5. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/text-annotation/
  6. PageInfo.GetSizeInPixels | Aspose.Words for .NET

    Discover the PageInfo GetSizeInPixels method to accurately calculate your Page size in pixels based on zoom factor and resolution for optimal display....float, float ) Calculates the page size in pixels for a specified...of the page in pixels. Examples Shows how to print page size and...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Resize PDF document|Aspose.PDF for .NET

    This section explains how to resize a PDF document with Aspose.PDF Facades using the PdfFileEditor class....scaling the content on its pages. You can scale the entire document...document or specific pages. There are three available methods:...

    docs.aspose.com/pdf/net/resize-pdf-document/
  8. 更新、删除字段|Documentation

    本节说明如何更新或删除字段。...Visio page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); //Get Visio Shape Shape shape = page . Shapes...

    docs.aspose.com/diagram/zh/net/update-remove-fi...
  9. PageSetup.pageWidth property | Aspose.Words for...

    PageSetup.PageWidth property. Returns or sets the width of the Page in points....Returns or sets the width of the page in points. get pageWidth ()...points, from the left side of the page. shape . relativeHorizontalPo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....// add page to pages collection of PDF file Page page = doc ...jpg" ); page . getParagraphs (). add ( img ); // Set page properties...

    docs.aspose.com/pdf/java/set-image-size/