Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 187,790 for

page

(0.68 sec)
  1. Create Links in PDF file with C#|Aspose.PDF for...

    This section explains how to create links in your PDF document with C#.... Get the Page you want to add link to. Create...LinkAnnotation object using the Page and Rectangle objects. Set the...

    docs.aspose.com/pdf/net/create-links/
  2. 分组、转换和验证形状|Documentation

    本节介绍如何使用 Aspose.Diagram 对形状进行分组。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Initialize an array of shapes Aspose . Diagram...

    docs.aspose.com/diagram/zh/net/group-convert-an...
  3. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document.... PAGE_BREAK Explicit page break. COLUMN_BREAK...start of new section on the same page as the previous section. SE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Stamping with Aspose.PDF using Rust|Aspose.PDF ...

    This section describes how to add image stamps and text stamps to a PDF Page via Rust....Adding Page Number stamps in the PDF File - add page numbers...their placement. Get and Set Page Properties...

    docs.aspose.com/pdf/rust-cpp/stamping/
  5. PdfZoomBehavior enumeration | Aspose.Words for ...

    aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer....document to fit page width. ZOOM_FACTOR Displays the page using the...specified zoom factor. FIT_PAGE Displays the page so it visible entirely...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Python.... What is this page about? This page shows how to convert...with ImageSaveOptions such as page selection, resolution, quality...

    docs.aspose.com/words/python-net/convert-a-docu...
  7. How to Scale a Worksheet|Documentation

    This article shows you code explaining how to scale a worksheet using the Aspose.Cells library....scaling a worksheet: Fit to Page: To ensure that all the content...fits on a single page or a specific number of pages when printing...

    docs.aspose.com/cells/net/how-to-scale-a-worksh...
  8. PageInfo.PaperSize | Aspose.Words for .NET

    Discover the PageInfo PaperSize property to easily retrieve paper sizes as an enumeration. Enhance your printing capabilities today!...print page size and orientation information for every page in a...// The first section has 2 pages. We will assign a different...

    reference.aspose.com/words/net/aspose.words.ren...
  9. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/net/add-ellipse/
  10. Create PDF document|Aspose.PDF for Python via C++

    This Page describes how to create PDF document from scratch with Aspose.PDF for Python via C++ library....document_get_pages object that contains all the pages in the document...Add a new page to the end of the page collection page_collection_add_page...

    docs.aspose.com/pdf/python-cpp/create-document/