Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 184,601 for

page

(0.18 sec)
  1. Change Background of VSX File via .NET | produc...

    C# source code to change background of VSX 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...
  2. What is PDF file? | Knowledge Base

    PDF is the most popular Page Description language. The format is known to anyone who has a computer and is supported by most interfaces and systems....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/what-is-pdf-file/
  3. Aspose::Words::DocumentBuilder::get_Document me...

    Aspose::Words::DocumentBuilder::get_Document method. Gets or sets the Document object that this object is attached to in C++....Shows how to apply and revert page setup settings to sections in...DocumentBuilder > ( doc ); // Modify the page setup properties for the builder's...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。...‘Hello World’ in a specified Page. Creating the Hello World Application...writes Hello World! on the first page and saves the Visio file. 代码示例:打开现有文件...

    docs.aspose.com/diagram/zh/net/your-first-aspos...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via .NET.... Multi-page PDF documents, TIFF and DjVu...Details .TXT Plain text .HTML Web page .RTF A universal format for...

    docs.aspose.com/ocr/python-net/supported-file-f...
  6. Aspose::Words::Saving::ResourceSavingArgs::get_...

    Aspose::Words::Saving::ResourceSavingArgs::get_ResourceFileName method. Gets or sets the file name (without path) where the resource will be saved to in C++....generated during export to fixed page HTML, SVG or Markdown. When...resource when exporting to fixed page HTML, SVG or Markdown format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Փոխարկել TEXT PNG C#

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

    products.aspose.com/words/hy/net/conversion/tex...
  8. Convert TEXT To PNG C++

    Convert TEXT to PNG format in C++ code. Save TEXT 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/text-t...
  9. Convert HTML To GIF C++

    Convert HTML to GIF format in C++ code. Save HTML as GIF 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...
  10. Convert DOC To PNG C++

    Convert DOC to PNG format in C++ code. Save DOC 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/doc-to...