Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 187,649 for

page

(0.31 sec)
  1. LayoutEnumerator.Reset | Aspose.Words for .NET

    Reset the LayoutEnumerator to the document's first Page, enhancing navigation and efficiency for seamless document management....the enumerator to the first page of the document. public void...entities. // Layout entities are pages, cells, rows, lines, and other...

    reference.aspose.com/words/net/aspose.words.lay...
  2. LayoutEnumerator.PageIndex | Aspose.Words for .NET

    Discover the LayoutEnumerator PageIndex property. Easily retrieve the 1-based index of the Page containing your current entity for seamless navigation....Gets the 1-based index of a page which contains the current entity...entities. // Layout entities are pages, cells, rows, lines, and other...

    reference.aspose.com/words/net/aspose.words.lay...
  3. Options and Appearance of Word Documents|Aspose...

    Control the appearance of Word documents taking into account the difference between various Microsoft Word versions using Java....preferences or the number of lines per page.Aspose.Words provides the ability...the last open document. Set Page Display Options If you want...

    docs.aspose.com/words/java/work-with-word-docum...
  4. Saving a Document as a Multipage TIFF in C++|As...

    Convert a document to a multi-Page TIFF using C++. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc....a raster image of the first page of your document as a preview...formats. Converting DOC to Multi-Page TIFF In Aspose.Words, conversion...

    docs.aspose.com/words/cpp/saving-a-document-as-...
  5. Extract Images from PDF File using Python|Aspos...

    This section shows how to extract images from PDF file using Python library....the desired page of the document (document.pages[1]). Select...Select the image from the page resources (for example, resources.images[1])...

    docs.aspose.com/pdf/python-net/extract-images-f...
  6. Font.engrave property | Aspose.Words for Node.js

    Font.engrave property. True if the font is formatted as engraved....letters are sunken into the page: builder . font . engrave =...like the letters pop out of the page: builder . font . engrave =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.emboss property | Aspose.Words for Node.js

    Font.emboss property. True if the font is formatted as embossed....letters are sunken into the page: builder . font . engrave =...like the letters pop out of the page: builder . font . engrave =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert PDF To JPG C#

    Convert PDF to JPG format in C# code. Save PDF as JPG using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert PDF To BMP C#

    Convert PDF to BMP format in C# code. Save PDF as BMP using C#....Bmp); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .bmp" ,...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert DOC To Image C#

    Convert DOC to Image format in C# code. Save DOC as Image using C#....Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/net/conversion/doc-to...