Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 10,331 for

scaling

(0.56 sec)
  1. Resize EPS in C#

    This quick article explains how to resize EPS in C#. It includes the IDE setup, the program flow, and a working code sample to resize EPS image in C#....while passing the input stream Scale the EPS file with the ResizeEps...height values to the required scale and render the output file....

    kb.aspose.com/page/net/resize-eps-in-csharp/
  2. Crear un visor de presentaciones en Python|Docu...

    Aprenda a crear un visor de presentaciones personalizado en Python usando Aspose.Slides. Visualice fácilmente archivos PowerPoint (PPTX, PPT) y OpenDocument (ODP) sin Microsoft PowerPoint u otro software de oficina....slide_index = 0 scale_x = 1 scale_y = scale_x with slides . Presentation...with slide . get_image ( scale_x , scale_y ) as image : image ....

    docs.aspose.com/slides/es/python-net/presentati...
  3. Aspose::Words::Drawing::Charts::AxisDisplayUnit...

    Aspose::Words::Drawing::Charts::AxisDisplayUnit::get_CustomUnit method. Gets or sets a user-defined divisor to scale display units on the value axis in C++....sets a user-defined divisor to scale display units on the value axis...minor tick marks. axis -> get_Scaling () -> set_Minimum ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_MinorUnitScale method. Returns or sets the scale value for minor tick marks on the time category axis in C++....method Returns or sets the scale value for minor tick marks on...minor tick marks. axis -> get_Scaling () -> set_Minimum ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Change the Presentation Slide Size in C++|Aspos...

    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.... EnsureFit If you want to scale to a smaller slide size and...and you need Aspose.Slides to scale down the slides’ objects to...

    docs.aspose.com/slides/cpp/slide-size/
  6. Erstellen eines Präsentations-Viewers in Python...

    Erfahren Sie, wie Sie mit Aspose.Slides einen benutzerdefinierten Präsentations-Viewer in Python erstellen. Zeigen Sie PowerPoint‑Dateien (PPTX, PPT) und OpenDocument‑Dateien (ODP) einfach an, ohne Microsoft PowerPoint oder andere Office‑Software....slide_index = 0 scale_x = 1 scale_y = scale_x with slides . Presentation...with slide . get_image ( scale_x , scale_y ) as image : image ....

    docs.aspose.com/slides/de/python-net/presentati...
  7. Ajout des formats conditionnels Échelle à 2 cou...

    Comment utiliser la bibliothèque Aspose.Cells en C++ pour ajouter un format conditionnel pour des ratios de deux couleurs et de trois couleurs. En ajustant ces critères, vous avez plus de contrôle sur l’aspect et l’apparence des cellules.... PutValue ( u "2-Color Scale" ); worksheet . GetCells ()..."D1" ). PutValue ( u "3-Color Scale" ); for ( int i = 2 ; i <= 15...

    docs.aspose.com/cells/fr/cpp/adding-2-color-sca...
  8. Aggiunta di Scala Cromatica a 2 colori e 3 colo...

    Come usare la libreria Aspose.Cells in C++ per aggiungere formattazione condizionale per rapporti di due e tre colori. Modificando questi criteri, hai un maggiore controllo sull aspetto e sulla presentazione delle celle.... PutValue ( u "2-Color Scale" ); worksheet . GetCells ()..."D1" ). PutValue ( u "3-Color Scale" ); for ( int i = 2 ; i <= 15...

    docs.aspose.com/cells/it/cpp/adding-2-color-sca...
  9. Añadir escala de 2 colores y escala de 3 colore...

    Cómo usar la biblioteca Aspose.Cells en C++ para agregar formato condicional para ratios de dos colores y ratios de tres colores. Ajustando estos criterios, tendrás más control sobre cómo se ven y aparecen las celdas.... PutValue ( u "2-Color Scale" ); worksheet . GetCells ()..."D1" ). PutValue ( u "3-Color Scale" ); for ( int i = 2 ; i <= 15...

    docs.aspose.com/cells/es/cpp/adding-2-color-sca...
  10. 使用 Python 创建演示文稿形状缩略图|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 从 PowerPoint 和 OpenDocument 幻灯片生成高质量的形状缩略图 —— 轻松创建并导出演示文稿缩略图。...slides as slides scale_x = 2.0 scale_y = scale_x # 实例化 Presentation...ShapeThumbnailBounds . SHAPE , scale_x , scale_y ) as thumbnail : # 将图像以...

    docs.aspose.com/slides/zh/python-net/create-sha...