Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 21,027 for

scaling

(0.07 sec)
  1. Convierta EMF a JPEG a través de la aplicación ...

    Ejemplo de código de conversión de C++ para documento EMF a formato JPEG. Utilice un código de ejemplo para la conversión por lotes de EMF a JPEG dentro de cualquier aplicación C++....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/es/cpp/conversion/em...
  2. Convierta OTP a PNG a través de la aplicación C...

    Ejemplo de código de conversión de C++ para documento OTP a formato PNG. Use un código de ejemplo para la conversión por lotes de OTP a PNG dentro de cualquier aplicación C++....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/es/cpp/conversion/ot...
  3. Convierta OTP a BMP a través de la aplicación C...

    Ejemplo de código de conversión de C++ para documento OTP a formato BMP. Utilice un código de ejemplo para la conversión por lotes de OTP a BMP dentro de cualquier aplicación C++....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/es/cpp/conversion/ot...
  4. Convierta PPTM a GIF a través de la aplicación ...

    Ejemplo de código de conversión de C++ para documento PPTM a formato GIF. Use un código de ejemplo para la conversión por lotes de PPTM a GIF dentro de cualquier aplicación C++....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/es/cpp/conversion/pp...
  5. Convierta PPTM a BMP a través de la aplicación ...

    Ejemplo de código de conversión de C++ para documento PPTM a formato BMP. Utilice un código de ejemplo para la conversión por lotes de PPTM a BMP dentro de cualquier aplicación C++....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/es/cpp/conversion/pp...
  6. Konvertieren Sie PPT über eine C++-Anwendung in...

    Beispiel-C++-Konvertierungscode für ein PPT-Dokument in das GIF-Format. Verwenden Sie Beispielcode für die Batch-PPT-zu-GIF-Konvertierung in einer beliebigen C++-Anwendung....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/de/cpp/conversion/pp...
  7. Konvertieren Sie XML in PNG über eine C++-Anwen...

    Beispiel-C++-Konvertierungscode für ein XML-Dokument in das PNG-Format. Verwenden Sie Beispielcode für die Batch-Konvertierung von XML in PNG in jeder C++-Anwendung....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/de/cpp/conversion/xm...
  8. Konvertieren Sie ODP in BMP über eine C++-Anwen...

    Beispiel-C++-Konvertierungscode für ein ODP-Dokument in das BMP-Format. Verwenden Sie Beispielcode für die Batch-Konvertierung von ODP in BMP innerhalb einer beliebigen C++-Anwendung....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/de/cpp/conversion/od...
  9. Konvertieren Sie PPSX in PNG über eine C++-Anwe...

    Beispiel-C++-Konvertierungscode für ein PPSX-Dokument in das PNG-Format. Verwenden Sie Beispielcode für die Batch-Umwandlung von PPSX in PNG in einer beliebigen C++-Anwendung....desiredY = 800 ; // Getting scaled value of X and Y float ScaleX...desiredY; // Create a custom scale image auto bitmap = slide->GetThumbnail(ScaleX...

    products.aspose.com/slides/de/cpp/conversion/pp...
  10. GetThumbnail Method Crashes in Docker Container...

    When Slide.GetThumbnail, it will crashed in 23.11, same code and environment works with 23.10. Code: using var thumbnail = currentSlide.GetThumbnail(scale, scale); Dockerfile FROM mcr.microsoft.com/dotnet/aspnet:8.0 …...GetThumbnail(scale, scale); Dockerfile FROM mcr.microsoft...

    forum.aspose.com/t/getthumbnail-method-crashes-...