Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 188,955 for

paged

(0.74 sec)
  1. Tooltip PDF menggunakan C#|Aspose.PDF for .NET

    Pelajari cara menambahkan tooltip ke fragmen teks dalam PDF menggunakan C# dan Aspose.PDF... Pages . Add (). Paragraphs . Add (...display a tooltip" )); document . Pages [ 1 ]. Paragraphs . Add ( new...

    docs.aspose.com/pdf/id/net/pdf-tooltip/
  2. Trabajar con formas en PostScript | .NET

    Cómo agregar formas a un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/net/ps/working-with-sha...
  3. Lavorare con le forme in PostScript | .NET

    Come aggiungere forme a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/it/net/ps/working-with-sha...
  4. Trabalhar com Formas em PostScript | .NET

    Como adicionar formas a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/net/ps/working-with-sha...
  5. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications....topic shows how to split PDF pages with Aspose.PDF for PHP via...applications. To split PDF pages into single page PDF files using PHP...

    docs.aspose.com/pdf/php-java/split-document/
  6. احصل على Visio Shape Inherit Fill|Documentation

    يشرح هذا القسم كيفية الحصول على نمط تعبئة الشكل visio الموروث من النمط الأصل والشكل الرئيسي باستخدام Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/ar/net/get-visio-shape-...
  7. استرداد عنصر تحكم ActiveX من كائن الشكل لتعديل ...

    تعديل خصائص عنصر تحكم activeX مع مكتبة 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/ar/net/retrieve-an-acti...
  8. أضف نقطة الاتصال إلى الشكل|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/ar/net/add-connection-p...
  9. Redact PDF using Python | Aspose.PDF

    Redact PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/python-net/redaction/
  10. C++를 사용하여 PDF에 텍스트 추가|Aspose.PDF for C++

    이 문서는 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/ko/cpp/add-text-to-pdf-file/