Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 187,789 for

page

(1.18 sec)
  1. Code Comparison for Common Features|Aspose.Word...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and VSTO using C#.... What is this page about? This page explains general code...the following topics Changing Page Setup for Whole Document using...

    docs.aspose.com/words/net/code-comparison-for-c...
  2. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....metadata but without pages. Add a Page to the document object...document will have one page. Add a Image to the Page. Create a TextFragment...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...
  3. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_Pages_header_footer property. True if the document has different headers and footers for odd-numbered and even-numbered Pages....odd_and_even_pages_header_footer property PageSetup.odd_and_...odd_and_even_pages_header_footer property True if the document has different...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageBorderDistanceFrom Enum | Aspose.Words for ...

    Discover the Aspose.Words.PageBorderDistanceFrom enum for precise Page border placement. Enhance document formatting with optimal margin positioning....positioning of the page border relative to the page margin. public...position is measured from the page margin. PageEdge 1 Border position...

    reference.aspose.com/words/net/aspose.words/pag...
  5. PageSetup.pageHeight property | Aspose.Words fo...

    PageSetup.PageHeight property. Returns or sets the height of the Page in points....Returns or sets the height of the page in points. get pageHeight ()...it will be visible on every page. builder . moveToHeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Working with Headings in PDF|Aspose.PDF for Pyt...

    Create numbering in heading your PDF document with Python. Aspose.PDF for Python via .NET offers different kinds of numbering styles.... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/python-net/working-with-hea...
  7. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of Excel worksheet Page Setup settings using the C# Library and .NET API. You can set the headers and footers for the first Page, odd Pages, and even Pages....Headers and Footers For Different Pages Contents [ Hide ] MS Excel supports...for the first page, odd pages, and even pages since Excel 2007...

    docs.aspose.com/cells/net/setting-different-hea...
  8. Use Connection indexes to connect shapes|Docume...

    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....connectShapesViaConn member exposed by the Page class can be used to connect...Diagram (); // get page by index Page page = diagram . getPages...

    docs.aspose.com/diagram/java/use-connection-ind...
  9. Remove Section Breaks from a Document|Aspose.Wo...

    Remove section breaks from a document easily and fast instead of using Open XML SDK in C#.... What is this page about? This page explains how to remove...breaks from a document. On this page we will look at how to remove...

    docs.aspose.com/words/net/remove-section-breaks...
  10. Creating a non editable pdf blurs the text - Fr...

    On creating PDF non editable by using below code. The non editable PDF look is not in sync with the normal editable pdf. Content of Non editable pdf shrinks a little and becomes blurry on zooming in. Code which we are …...Pages pages = pdfDocument.Pages; // ZOOM SETTINGS...the pages using the Pages collection foreach (Page page in pdfDocument...

    forum.aspose.com/t/creating-a-non-editable-pdf-...