Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 187,695 for

page

(0.45 sec)
  1. PageSetup.BorderAppliesTo | Aspose.Words for .NET

    Discover how the PageSetup BorderAppliesTo property enhances your document layout by controlling Page border printing for a polished, professional look....property Specifies which pages the page border is printed on. public...border at the top of the first page. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/pag...
  2. PageSavingArgs.keepPageStreamOpen property | As...

    PageSavingArgs.keepPageStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document Page....close it after saving a document page. get keepPageStreamOpen () :...property after writing a document page into it. Specify true to keep...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Issues with <<doc>> Tag and -sourceStyles Behav...

    I am facing two issues while using the <<doc>> tag as per the documentation on Inserting Documents Dynamically. I’d appreciate your guidance on the following: 1. Error When Using Simple <<doc>> Tag with -sourceStyles an…...sourceStyles Does Not Preserve Page Layout Size In a separate case...example: My parent document has A4 page size. The child document referenced...

    forum.aspose.com/t/issues-with-doc-tag-and-sour...
  4. Aspose::Words::IDocumentProcessorPlugin::ToPage...

    Aspose::Words::IDocumentProcessorPlugin::ToPages method. Saves each Page of the document loaded by Load() method using the specified fixed Page save options in C++....::ToPages method Saves each page of the document loaded by Load()...method using the specified fixed page save options. virtual System...

    reference.aspose.com/words/cpp/aspose.words/ido...
  5. Փոխարկել TEXT SVG C#

    Փոխարկեք TEXT ը SVG ձևաչափի C# կոդով: Պահեք TEXT որպես SVG օգտագործելով C#:...Svg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .svg" ,...

    products.aspose.com/words/hy/net/conversion/tex...
  6. Convert TEXT To JPG C#

    Convert TEXT to JPG format in C# code. Save TEXT 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/text-t...
  7. Փոխարկել TEXT Պատկեր C#

    Փոխարկեք TEXT ը Պատկեր ձևաչափի C# կոդով: Պահեք TEXT որպես Պատկեր օգտագործելով C#:...Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/hy/net/conversion/tex...
  8. Փոխարկել WORD Պատկեր C#

    Փոխարկեք WORD ը Պատկեր ձևաչափի C# կոդով: Պահեք WORD որպես Պատկեր օգտագործելով C#:...Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/hy/net/conversion/wor...
  9. Փոխարկել TEXT GIF C#

    Փոխարկեք TEXT ը GIF ձևաչափի C# կոդով: Պահեք TEXT որպես GIF օգտագործելով C#:...Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/hy/net/conversion/tex...
  10. Convert HTML To SVG C++

    Convert HTML to SVG format in C++ code. Save HTML as SVG 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...