Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 188,100 for

page

(0.15 sec)
  1. PageSetup.orientation property | Aspose.Words f...

    PageSetup.orientation property. Returns or sets the orientation of the Page....sets the orientation of the page. @property def orientation (...swaps PageSetup.page_width and PageSetup.page_height . Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageInfo.landscape property | Aspose.Words for ...

    PageInfo.landscape property. Returns ``true`` if the Page orientation specified in the document for this Page is landscape....property Returns true if the page orientation specified in the...the document for this page is landscape. get landscape () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. LayoutEntityType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutEntityType enum, featuring diverse layout entity types for enhanced document formatting and seamless integration.... Page 1 Represents page of a document. Page may have...Represents a column of text on a page. Column may have the same child...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape Pages to PDF using Aspose.Words, the Pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…...Landscape pages are rendered as portrait pages when converting...landscape pages to PDF using Aspose.Words, the pages in the PDF...

    forum.aspose.com/t/landscape-pages-are-rendered...
  5. 在PDF文件中更改页面尺寸|Aspose.PDF for .NET

    尝试使用 PdfPageEditor 类学习如何更改 PDF 文件中的页面尺寸....Pages 属性可用于指定需要应用新页面尺寸的页面号码。PageSize...pdf" ); // Change page size of the selected pages pdfPageEditor ...

    docs.aspose.com/pdf/zh/net/changing-page-sizes-...
  6. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for Node.js via C++....display useful information like page number, author name, topic name...footers are managed using the page‑setup settings. Setting Headers...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  7. Supported Features on Document Save|Aspose.Word...

    Save a document in most of popular formats and supports lots of Microsoft Word features using C#.... What is this page about? This page explains which features...formats fixed page save options for fixed-page formats : PDF...

    docs.aspose.com/words/net/supported-features-on...
  8. IPageLayoutCallback class | Aspose.Words for Py...

    aspose.words.layout.IPageLayoutCallback class. Implement this interface if you want to have your own custom method called during build and rendering of Page layout model....during build and rendering of page layout model. Remarks The primary...possible to build page layout model for only a few pages at start of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Გადაიყვანეთ DOC JPG Javascript

    გადაიყვანეთ DOC JPG JavaScript ფორმატში კოდით. შეინახეთ DOC როგორც JPG JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  10. Გადაიყვანეთ WORD TIFF Javascript

    გადაიყვანეთ WORD TIFF JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც TIFF JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.tiff`);...

    products.aspose.com/words/ka/nodejs-net/convers...