Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 4,358 for

rotate page

(0.14 sec)
  1. Manipular Propiedades de Página|Aspose.PDF for ...

    Esta sección explica cómo manipular las Propiedades de Página con Aspose.PDF Facades utilizando la Clase PdfPageEditor....pdf" ); // Get page properties and print them to...Console . WriteLine ( $"Page 1 Rotation: {pageEditor.GetPageRotation(1)}"...

    docs.aspose.com/pdf/es/net/manipulate-page-prop...
  2. Манипуляция свойствами страниц|Aspose.PDF for .NET

    Этот раздел объясняет, как манипулировать свойствами страниц с помощью Aspose.PDF Facades, используя класс PdfPageEditor....pdf" ); // Get page properties and print them to...Console . WriteLine ( $"Page 1 Rotation: {pageEditor.GetPageRotation(1)}"...

    docs.aspose.com/pdf/ru/net/manipulate-page-prop...
  3. Adicionar carimbos de imagem em PDF usando C#|A...

    Adicione o carimbo de imagem no seu documento PDF usando a classe ImageStamp com a biblioteca Aspose.PDF....o método AddStamp da classe Page para adicionar o carimbo ao...= 300 ; imageStamp . Rotate = Rotation . on270 ; imageStamp ...

    docs.aspose.com/pdf/pt/net/image-stamps-in-pdf-...
  4. C# 를 사용하는 PDF의 텍스트, 이미지 또는 페이지 스탬프 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 프로그래밍 방식으로 C# 샘플 코드를 사용하여 스탬프 (텍스트, 이미지 또는 페이지) 를 PDF에 추가합니다....YIndent = 100 , Rotate = Aspose . Pdf . Rotation . on90 }; textStamp...Color . Aqua ; pdfDocument . Pages [ 1 ]. AddStamp ( textStamp...

    products.aspose.com/pdf/ko/net/stamps/
  5. Aggiungi l'intestazione al PDF usando C++ | Asp...

    Esempio di codice C++ per utilizzare Aspose.PDF per lavorare con le intestazioni da PDF tramite C++....100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...get_Green ()); document -> get_Pages () -> idx_get ( 1 ) -> AddStamp...

    products.aspose.com/pdf/it/cpp/header/
  6. Kaip pasukti SVG naudojant C#

    Šiame straipsnyje paaiškinama, kaip pasukti SVG C#. Jame yra išsami IDE konfigūracijos informacija, veiksmų sąrašas ir pavyzdinis SVG pasukimo kodas C#....Page Product Family Aspose.PSD Product...pavyzdinis kodas, skirtas SVG rotate in C# . Sužinosite, kaip sukurti...

    kb.aspose.com/lt/svg/net/how-to-rotate-an-svg-i...
  7. Node.js ile C++ kullanarak PDF ye Filigran Ekle...

    Aspose.Cells for Node.js via C++ kullanarak Excel den PDF ye dönüştürürken PDF ye metin ve resim filigranları nasıl eklenir öğrenin....// prepare a workbook with 3 pages. const wb = new AsposeCells...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/tr/nodejs-cpp/add-waterma...
  8. PDF ye Filigran Ekleme C++ ile|Documentation

    Aspose.Cells ile PDF renderleme sırasında metin ve resim filigranı eklemeyi öğrenin....// Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...TextAlignmentType :: Center ); // Specify rotation. watermark . SetRotation (...

    docs.aspose.com/cells/tr/cpp/add-watermark-to-pdf/
  9. Aggiungi filigrana al PDF usando Python | Aspos...

    Aggiungi filigrana al file PDF in modo programmatico con il codice di esempio Python usando Aspose.PDF per Python for .NET...Page.Artifacts. Salva file PDF Aggiungi...VerticalAlignment . CENTER artifact . rotation = 15 artifact . opacity =...

    products.aspose.com/pdf/it/python-net/watermark...
  10. Add Watermark to PDF using C# | Aspose.PDF

    Add watermark to PDF file programmatically with C# sample code using Aspose.PDF for .NET...Page.Artifacts collection class....VerticalAlignment . Center ; artifact . Rotation = 15 ; artifact . Opacity...

    products.aspose.com/pdf/net/watermark/add/