Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 242,744 for

page

(0.18 sec)
  1. Insert Image|Documentation

    This section explains how to insert a image in a visio Page with Aspose.Diagram. Support using C# to insert image and save as pdf, svg, html, image, xps and other formats....Image Contents [ Hide ] The Page object represents the drawing...a foreground page or a background page. The Pages property exposed...

    docs.aspose.com/diagram/net/drawing/insert-image/
  2. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document Page into a object to a specified size in C++....e method Renders a document page into a object to a specified...pageIndex int32_t The 0-based page index. graphics const Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Remove Pages from PDF using C++ | Aspose.PDF

    Remove Pages from PDF file programmatically with C++ sample code using Aspose.PDF for C++...How to Delete pages from PDF Using C++ Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/cpp/pages/remove/
  4. LayoutCollector - Aspose.Words for Java - API R...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....This class allows to compute page numbers of document nodes. When...into pages. You will be able to find out on which page a particular...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose.PDF for Python via C++ | Aspose API Refe...

    Aspose.PDF for Python via C++...document_get_pages Gets collection of document pages. document_open...Desired height of the stamp on the page. image_stamp_get_opacity Get...

    reference.aspose.com/pdf/python-cpp/
  6. Convert PDF to image in C# using Aspose.PDF for...

    Converting the attached PDF into images produces unusable output. Using Aspose PDF 2020.1 with the following code. var source = @"FontIssue.pdf"; using (var sourceStream = File.Open(source, FileMode.Ope…...JpegDevice(); for (var page = 1; page <= pdf.Pages.Count; page++) { dev.Process(pdf...Process(pdf.Pages[page], $"{source}.{page}.jpg"); } } } FontIssue...

    forum.aspose.com/t/convert-pdf-to-image-in-c-us...
  7. PageEndSavingArgs | Aspose.Diagram for Java API...

    Info for a Page ends saving process....extends PageSavingArgs Info for a page ends saving process. Methods...getPageCount() Total page count. getPageIndex() Current page index, zero...

    reference.aspose.com/diagram/java/com.aspose.di...
  8. Group | Aspose.PDF for .NET API Reference

    Gets or sets a group attributes class specifying the attributes of the Pages Page group for use in the transparent imaging model....Group Page.Group property Gets or sets a group attributes class...specifying the attributes of the page s page group for use in the transparent...

    reference.aspose.com/pdf/net/aspose.pdf/page/gr...
  9. Add Images to PDF via C++ | Aspose.PDF

    Adding images into PDF documents programmatically with C++ sample code using Aspose.PDF for C++... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/cpp/images/add/
  10. Add, Extract or Remove Images in PDF using C# |...

    Manipulate images in PDF programmatically with C# sample code using Aspose.PDF for .NET... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/net/images/