Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 141,000 for

page

(0.06 sec)
  1. ViewOptions.zoom_type property | Aspose.Words f...

    ViewOptions.zoom_type property. Gets or sets a zoom value based on the size of the window.... PAGE_LAYOUT doc . view_options ....document to fit the width of the page. # Set the "ZoomType" property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-to solution for managing multiple Frameset instances effortlessly in document processing....number of frames or frames pages contained in the collection...get; } Gets a frame or frames page at the specified index. Methods...

    reference.aspose.com/words/net/aspose.words.fra...
  3. ViewOptions.zoomType property | Aspose.Words fo...

    ViewOptions.zoomType property. Gets or sets a zoom value based on the size of the window....document to fit the width of the page. // Set the "ZoomType" property...document to make the entire first page visible. // Set the "ZoomType"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. AI file online Viewer | products.aspose.com

    View AI file online with the Aspose built-in app...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/ai/
  5. Print PDF using C++ | Aspose.PDF

    Print PDF documents programmatically with C++ sample code using Aspose.PDF for C++...false ; // Do not produce the page number dialog when printing...Create objects for printer and page settings and PrintDocument System...

    products.aspose.com/pdf/cpp/print/
  6. Sitefinity Word Import Module|Aspose.Words for ...

    Read contents of any Word processing document using Aspose.Words Sitefinity Word Import Module in C#....Import from Word button on the page where the add-on is added. When...Administrator ’ account. The login page can be reached by https://www...

    docs.aspose.com/words/net/sitefinity-word-impor...
  7. DocumentBuilder.insert_footnote method | Aspose...

    aspose.words.DocumentBuilder.insert_footnote method...appear at the bottom of the page. builder . write ( 'This text...their referenced text, # so this page break will not affect the footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Rows and Columns GridWeb|Documenta...

    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....GridWeb control to the Web Form or page. Access the worksheet you’re...GridWeb control to a Web Form or page. Access the worksheet you’re...

    docs.aspose.com/cells/java/working-with-rows-an...
  9. Convert DOC To PNG Javascript

    Convert DOC to PNG format in JavaScript code. Save DOC as PNG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.png`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert WORD To JPG Javascript

    Convert a Word document to JPG format in JavaScript code. Save a Word document as JPG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...