Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 140,996 for

page

(0.05 sec)
  1. Change Background of VDX File via java | produc...

    Java source code to change background of VDX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/java/changebackgrou...
  2. Change Background of VSDX File via java | produ...

    Java source code to change background of VSDX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/java/changebackgrou...
  3. Change Background of VSTX File via .NET | produ...

    C# source code to change background of VSTX documents on .NET Framework, .NET Core, Mono or COM Interop....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/net/changebackgroun...
  4. Change Background of VSSX File via java | produ...

    Java source code to change background of VSSX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/java/changebackgrou...
  5. Change Background of VSTM File via java | produ...

    Java source code to change background of VSTM file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/java/changebackgrou...
  6. Insert Header|Aspose.Words for Java

    Insert a header into a document easily and fast instead of using docx4j....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/insert-header/
  7. Convert WORD To TIFF C++

    Convert a Word document to TIFF format in C++ code. Save a Word document as TIFF using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/word-t...
  8. Convert HTML To PNG C++

    Convert HTML to PNG format in C++ code. Save HTML as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  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...