Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 188,097 for

paged

(0.81 sec)
  1. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results....RenderToScale method Renders a document page into a Graphics object to a...pageIndex Int32 The 0-based page index. graphics Graphics The...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Convert other file formats to PDF|Aspose.PDF fo...

    Learn how to convert a variety of file formats, including Word and Excel, into PDF format using Aspose.PDF in C++....adding text fragments to the PDF page. As for text files, we are dealing...Document Object. Add a Page to pages collection of document....

    docs.aspose.com/pdf/cpp/convert-other-files-to-...
  3. FieldIndex class | Aspose.Words for Python

    aspose.words.fields.FieldIndex class. Implements the INDEX field...(Inherited from Field ) has_page_number_separator Gets a value...value indicating whether a page number separator is overridden through...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents.... What is this page about? This page explains how to work...across all pages. For example, you may need to modify page number...

    docs.aspose.com/words/net/working-with-sections/
  5. Configuración de Opciones de Página en Ruby|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....para Ruby , llama al método page_orientation del módulo pagesetup...pagesetup . Código Ruby def page_orientation () data_dir = File ...

    docs.aspose.com/cells/es/java/setting-page-opti...
  6. Visio'e Filigran Ekle|Documentation

    .NET Diagram API kullanarak visio'e filigran nasıl eklenir....diagram page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); double pinx = page . PageSheet . PageProps...

    docs.aspose.com/diagram/tr/net/add-watermark-to...
  7. أضف العلامة المائية إلى Visio|Documentation

    كيفية إضافة العلامة المائية إلى visio باستخدام .NET Diagram API....diagram page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); double pinx = page . PageSheet . PageProps...

    docs.aspose.com/diagram/ar/net/add-watermark-to...
  8. Pythonでページオプションを設定する|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....モジュールの page_orientation メソッドを呼び出します。 Pythonコード def page_orientation...Portrait page_setup = sheet . getPageSetup () page_orientation_type...

    docs.aspose.com/cells/ja/java/setting-page-opti...
  9. Comment faire pivoter un PDF avec Python

    Ce court tutoriel explique comment faire pivoter un PDF à l'aide de Python. Il contient des étapes détaillées pour écrire l'application et un exemple de code exécutable pour faire pivoter les pages PDF à l'aide de Python....Page Product Family Aspose.PSD Product...changer l’orientation de la page de portrait à paysage et vice...

    kb.aspose.com/fr/pdf/python/how-to-rotate-pdf-u...
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....// add page to pages collection of PDF file Page page = doc ...jpg" ); page . getParagraphs (). add ( img ); // Set page properties...

    docs.aspose.com/pdf/java/set-image-size/