Sort Score
Result 10 results
Languages All
Labels All
Results 6,601 - 6,610 of 187,811 for

paged

(1.09 sec)
  1. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-circle/
  2. Lưu trữ

    Lưu trữ...Page cho Python .NET . Vì vậy, việc...Thư viện PostScript # Aspose.Page cho Python .NET là một thư viện...

    blog.aspose.com/vi/page/postscript-library-to-c...
  3. PDF به TIFF ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل TIFF واحد به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ ترکیب کنید...save document as image with page dimensions and resolution //...// process document page to image // add image from file to GDI+...

    products.aspose.com/pdf/fa/cpp/merger/pdf-to-tiff/
  4. Aspose::Words::Layout::LayoutCollector::get_Doc...

    Aspose::Words::Layout::LayoutCollector::get_Document method. Gets or sets the document this collector instance is attached to in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. O que há de novo 2024|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2024.... Pages [ 1 ], dataDir + "converted...200 ; // Add stamp document . Pages [ 1 ]. AddStamp ( stamp ); //...

    docs.aspose.com/pdf/pt/net/whatsnew/2024/
  6. Добавление текста в PDF с использованием C++|As...

    Эта статья описывает различные аспекты работы с текстом в Aspose.PDF. Узнайте, как добавить текст в PDF, добавить HTML-фрагменты или использовать пользовательские шрифты OTF....particular page auto pdfPage = document -> get_Pages () -> idx_get...the text fragment to the PDF page textBuilder -> AppendText (...

    docs.aspose.com/pdf/ru/cpp/add-text-to-pdf-file/
  7. Recuperare un controllo ActiveX da un oggetto S...

    Modificare le proprietà di un controllo activeX con la libreria Aspose.Diagram....(); // Load and get a Visio page by name Diagram diagram = new...vsd" ); Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/it/net/retrieve-an-acti...
  8. 刷新形状数据|Documentation

    本节介绍如何使用 Aspose.Diagram 刷新 visio 形状的形状数据。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get Shape Shape shape = page . Shapes . GetShape...

    docs.aspose.com/diagram/zh/net/refresh-shapes-d...
  9. Добавить точку соединения к фигуре|Documentation

    В этом разделе объясняется, как добавить точку соединения в фигуру visio с помощью Aspose.Diagram....particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/ru/net/add-connection-p...
  10. Sposta le pagine in PDF usando Python | Aspose.PDF

    Sposta le pagine PDF del tuo documento in modo programmatico con il codice di esempio Python utilizzando Aspose.PDF per Python for .NET... Ottieni Page dalla collezione PageCollection...dst_file ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...

    products.aspose.com/pdf/it/python-net/pages/move/