Sort Score
Result 10 results
Languages All
Labels All
Results 8,921 - 8,930 of 187,130 for

paged

(0.14 sec)
  1. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form....of the page or the parent element . Layout elements page This element...break large forms into several pages that are recognized as a single...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  2. Создание PDF документа программно|Aspose.PDF дл...

    Эта страница описывает, как создать PDF документ с нуля с помощью библиотеки Aspose.PDF для Python через .NET....Document Добавьте объект Page в коллекцию Pages объекта Document Добавьте...Добавить страницу page = document . pages . add () # Инициализировать...

    docs.aspose.com/pdf/ru/python-net/create-document/
  3. تحويل شكل Visio إلى PDF|Documentation

    يشرح هذا القسم كيفية تحويل شكل visio إلى pdf باستخدام Aspose.Diagram....Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/ar/net/convert-a-visio-...
  4. Обновление размеров страницы в Python|Aspose.PD...

    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_collection = pdf.getPages ()...определенную страницу pdf_page = page_collection.get_Item ( 1 )...

    docs.aspose.com/pdf/ru/python-java/update-page-...
  5. Aspose::Words::Document::GetPageInfo method | A...

    Aspose::Words::Document::GetPageInfo method. Gets the page size, orientation and other information about a page that might be useful for printing or rendering in C++....Document::GetPageInfo method Gets the page size, orientation and other...other information about a page that might be useful for printing or...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Quản lý số trang trong file PS | .NET

    Giải pháp .NET API để quản lý file PS. Thêm trang vào tài liệu PS bằng một vài dòng mã C#....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/vi/net/add-pages-to-ps/
  7. Usando Anotações de Link em PDF|Aspose.PDF for ...

    Aspose.PDF for .NET permite que você Adicione, Obtenha e Exclua Anotações de Link do seu documento PDF....{ // Get first page var page = document . Pages [ 1 ]; // Define...Annotations . LinkAnnotation ( page , linkFragments [ 1 ]. Rectangle...

    docs.aspose.com/pdf/pt/net/link-annotations/
  8. Archiv

    Archiv... Inicializujte objekty tříd Page a Outline . Inicializujte objekt...Podobně přidejte Outline k Page a poté Page k Document Uložte dokument...

    blog.aspose.com/cs/note/create-bulleted-or-numb...
  9. Faire pivoter le texte à l'intérieur d'un PDF e...

    Découvrez différentes façons de faire pivoter du texte dans un PDF. Aspose.PDF vous permet de faire pivoter du texte à n'importe quel angle, de faire pivoter un fragment de texte ou un paragraphe entier....Obtenir une page particulière Page pdfPage = ( Page ) pdfDocument...pdfDocument . Pages . Add (); // Créer un fragment de texte TextFragment...

    docs.aspose.com/pdf/fr/python-net/rotate-text-i...
  10. Recortar páginas PDF programáticamente C#|Aspos...

    Puede obtener propiedades de página, como el ancho, la altura, el sangrado, el recorte y el trimbox utilizando Aspose.PDF for .NET.... Page.Rect : la intersección (rectángulo...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/es/net/crop-pages/