Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 141,266 for

page

(0.22 sec)
  1. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。...pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  2. PageRange | Aspose.Words for .NET

    Create customized Page ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....PageRange constructor Creates a new page range object. public PageRange...starting page zero-based index. to Int32 The ending page zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Add, Retrieve, Copy and Read Visio Shape Data|D...

    This section explains how to add a shape, set shape's property or copy a shape with Aspose.Diagram....To add a new shape: Find the page - Each Visio diagram contains...collection of pages. Developers may retrieve the page by page ID or Name...

    docs.aspose.com/diagram/net/add-retrieve-copy-a...
  4. 检索、获取、复制和插入页面|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.... Page 对象表示前景页面或背景页面的绘图区域。 Diagram 类公开的 Pages 属性支持 Pages 对象的集合。此属性可用于检索页面信息。...对象的集合。此属性可用于检索页面信息。 使用 Page.Background 属性确定页面是前景页面还是背景页面。 检索页面信息编程示例...

    docs.aspose.com/diagram/zh/python-java/retrieve...
  5. Working with Images|Documentation

    This section explains how to insert or get image from a visio Page with Aspose.Diagram....Images From a Visio Page In Microsoft Visio, pages are either foreground...background pages. You can extract images from a particular page of a...

    docs.aspose.com/diagram/net/working-with-images/
  6. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...
  7. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...first page of the document var page = document . Pages [ 1 ];...graphics from the page graphicsAbsorber . Visit ( page ); // Display...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  8. PageSet.Even | Aspose.Words for .NET

    Retrieve a set of all even Pages from your document in their original order with PageSet Even. Streamline your workflow and enhance document management!...Gets a set with all the even pages of the document in their original...Remarks Even pages have odd indices since page indices are zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  9. PageSet.odd property | Aspose.Words for Node.js

    PageSet.odd property. Gets a set with all the odd Pages of the document in their original order....Gets a set with all the odd pages of the document in their original...PageSet Remarks Odd pages have even indices since page indices are zero-based...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/zh/java/figures-annotation/