Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 181,770 for

page

(0.12 sec)
  1. PageBorderDistanceFrom | Aspose.Words for Java

    Specifies the positioning of the Page border relative to the Page margin in Java....positioning of the page border relative to the page margin. Examples:...border at the top of the first page. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  2. Add background to PDF with C++|Aspose.PDF for C++

    Learn how to add customizable backgrounds to PDF documents with Aspose.PDF for C++. Follow this step-by-step guide....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/cpp/add-backgrounds/
  3. Add TOC to Existing PDF in Python|Aspose.PDF fo...

    Learn how to add a Table of Contents (TOC) to an existing PDF document in Python with Aspose.PDF for easy navigation....Get access to first page of PDF file toc_page = doc . getPages ()...toc_info . setTitle ( title ) toc_page . setTocInfo ( toc_info ) #...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  4. Porting code: Object reference not set to an in...

    I am moving code from one vb website to a new vb website. Same version of vb, same aspose dll same everything. In the new project on the line: absorber.Visit(Page) I get the error “Object reference not set to an ins…...Visit(Page) I get the error “Object reference...though there is an absorber and a page? It’s the same code. Thank you...

    forum.aspose.com/t/porting-code-object-referenc...
  5. Printing PDF in .NET Framework|Aspose.PDF for .NET

    You may print PDF files to the default printer using the printer and Page settings with C#....Default Printer using Printer and Page Settings This article describes...Default Printer using Printer and Page Settings in C#. The PdfViewer...

    docs.aspose.com/pdf/net/printing-pdf-in-net-fra...
  6. PageSetup.linesPerPage property | Aspose.Words ...

    PageSetup.linesPerPage property. Gets or sets the number of lines per Page in the document grid....sets the number of lines per page in the document grid. get linesPerPage...1. Maximum value depends on page height and font size of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 在 Visio 页面中自动放置一组形状|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 类提供了 autoSpaceShapes 成员,它采用...vsdx" ); // get page of the Visio drawing Page page = diagram . getPages...

    docs.aspose.com/diagram/zh/java/auto-space-a-co...
  8. Orientation enumeration | Aspose.Words for Node.js

    Aspose.Words.Orientation enumeration. Specifies Page orientation....Orientation enumeration Specifies page orientation. Members Name Description...Description Portrait Portrait page orientation (narrow and tall)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF Page properties such as size of document using Python via C++....read and set properties of pages in a PDF file in your Python...PDF file, resizes the first page by adjusting the Crop box (the...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...
  10. Adding Tables to PDF using Python|Aspose.PDF fo...

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... Adds a blank page to the document. Initialize...Cells. Insert the table into the page. Save the PDF to the specified...

    docs.aspose.com/pdf/python-net/adding-tables/