Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 11,119 for

scaling

(0.18 sec)
  1. Calcular Factor de Escala de Configuración de P...

    Este artículo proporciona código de ejemplo que explica cómo usar las APIs de Aspose.Cells para Python via .NET para calcular el factor de escala del Configuración de Página usando la opción Ajustar a n páginas de ancho por m de alto de la hoja de Excel....page_scale . Esta propiedad devuelve un...propiedad SheetRender.page_scale . AI Document Assistant Close...

    docs.aspose.com/cells/es/python-net/calculate-p...
  2. Convert PowerPoint Presentations to Word Docume...

    Learn how to effortlessly convert PowerPoint and OpenDocument presentations to Word documents using Aspose.Slides for Python via .NET. Our step-by-step guide with sample Python code provides the solution for developers looking to streamline their document workflows.... bottom_margin = 0 scale_x = 2 scale_y = 2 # Go through all...with slide . get_image ( scale_x , scale_y ) as image : image_stream...

    docs.aspose.com/slides/python-net/convert-power...
  3. AxisTickLabelPosition Enum | Aspose.Words per .NET

    Scopri l'enumerazione Aspose.Words.Drawing.Charts.AxisTickLabelPosition, che definisce il posizionamento ottimale delle etichette di graduazione per una maggiore chiarezza e presentazione dei grafici.... Scaling . Minimum = new AxisBound (...05 ). ToOADate ()); xAxis . Scaling . Maximum = new AxisBound (...

    reference.aspose.com/words/it/net/aspose.words....
  4. AxisDisplayUnit.CustomUnit | Aspose.Words per .NET

    Scopri la proprietà AxisDisplayUnit CustomUnit per personalizzare facilmente le unità di visualizzazione dell'asse dei valori con ridimensionamento definito dall'utente per una maggiore chiarezza dei dati.... Scaling . Minimum = new AxisBound (-...(- 10 ); axis . Scaling . Maximum = new AxisBound ( 20 ); //...

    reference.aspose.com/words/it/net/aspose.words....
  5. 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...
  6. حساب عامل تحجيم إعداد الصفحة|Documentation

    يقدم هذا المقال رمز نموذج يوضح كيفية استخدام Aspose.Cells لـ Python via .NET APIs لحساب معامل تكبير إعداد الصفحة باستخدام خيار التلاؤم لعرض n صفحة (صفحات) واسعة و m عالية من ورقة عمل إكسل برمجياً....page_scale . تعيد هذه الخاصية قيمة من نوع...باستخدام الخاصية SheetRender.page_scale . AI Document Assistant Close...

    docs.aspose.com/cells/ar/python-net/calculate-p...
  7. تحويل عروض PowerPoint إلى مستندات Word في Pytho...

    تعلم كيفية تحويل عروض PowerPoint وOpenDocument بسهولة إلى مستندات Word باستخدام Aspose.Slides for Python عبر .NET. دليلنا خطوة بخطوة مع مثال شيفرة Python يقدم الحل للمطورين الذين يرغبون في تبسيط سير عمل المستندات.... bottom_margin = 0 scale_x = 2 scale_y = 2 # المرور على جميع...with slide . get_image ( scale_x , scale_y ) as image : image_stream...

    docs.aspose.com/slides/ar/python-net/convert-po...
  8. AxisDisplayUnit Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Drawing.Charts.AxisDisplayUnit per personalizzare le opzioni di ridimensionamento dell'asse dei valori per ottenere grafici più chiari e precisi.... Scaling . Minimum = new AxisBound (-...(- 10 ); axis . Scaling . Maximum = new AxisBound ( 20 ); //...

    reference.aspose.com/words/it/net/aspose.words....
  9. ChartAxis.TickLabelSpacing | Aspose.Words per .NET

    ChartAxis TickLabelSpacing proprietà. Ottiene o imposta lintervallo in cui vengono disegnate le etichette dei segni di spunta in C#.... Scaling . Minimum = new AxisBound (-...(- 10 ); axis . Scaling . Maximum = new AxisBound ( 20 ); //...

    reference.aspose.com/words/it/net/aspose.words....
  10. 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/