Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 183,572 for

page

(0.35 sec)
  1. Work with Bookmarks|Aspose.Words for .NET

    Add a bookmark into a document. NPOI does not provide an opportunity to work with bookmarks using C#....Hide ] What is this page about? This page explains how to work...results. Please refresh the page and try again....

    docs.aspose.com/words/net/working-with-bookmark...
  2. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the Page border includes or excludes the footer....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. let doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ContainerConfig|Documentation

    ContainerConfig element is used to break content into columns and to add a footer to the form....bottom of the page ( ContainerTypeEnum.Footer ). Each page can only...regardless of their content. Adding page footer To add a footer that...

    docs.aspose.com/omr/net/programmatic-forms/cont...
  4. How to Add PDF Pages in Between using Python

    This article contains information on how to add PDF Pages in between using Python. It provides step-wise details to set the IDE, write the application and a runnable sample code to add PDF Page to PDF using Python....Page Product Family Aspose.PSD Product...Product Family How to Add PDF Pages in Between using Python This...

    kb.aspose.com/pdf/python/how-to-add-pdf-pages-i...
  5. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form....of the page or the parent element . Layout elements page This element...break large forms into several pages that are recognized as a single...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  6. How to Add Header and Footer in Word using Python

    This tutorial contains information on how to add header and footer in Word using Python. It provides all the details to configure the development environment, stepwise process, and a runnable sample code to insert header and footer in Word using Python....Page Product Family Aspose.PSD Product...headers and footers on different pages along with the information to...

    kb.aspose.com/words/python/how-to-add-header-an...
  7. How to Add Image in PDF using C#

    This article explains how to add image in PDF using C#. It provides details about the IDE configuration, steps to write the program and a running sample code add photo to PDF using C#....Page Product Family Aspose.PSD Product...image is added to the target page, the resultant file is saved...

    kb.aspose.com/pdf/net/how-to-add-image-in-pdf-u...
  8. Comparison Aspose.Words and Open XML SDK|Aspose...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and Open XML SDK using C#....Hide ] What is this page about? This page explains a code comparison...Words and Open XML SDK. The pages in this section contain a short...

    docs.aspose.com/words/net/code-comparison-aspos...
  9. Convert HTML To SVG C#

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

    products.aspose.com/words/net/conversion/html-t...
  10. Convert PDF To GIF C#

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

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