Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 50,302 for

bitmap

(0.06 sec)
  1. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results.... Convert Slides to Bitmap and Save the Images in PNG...You can convert a slide to a bitmap object and use it directly...

    docs.aspose.com/slides/python-net/convert-slide/
  2. Convert PowerPoint Slides to Images in Android|...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Android via Java. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results.... Convert Slides to Bitmap and Save the Images in PNG...You can convert a slide to a bitmap object and use it directly...

    docs.aspose.com/slides/androidjava/convert-slide/
  3. Convert PowerPoint Slides to Images in PHP|Aspo...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for PHP via Java. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results.... Convert Slides to Bitmap and Save the Images in PNG...You can convert a slide to a bitmap object and use it directly...

    docs.aspose.com/slides/php-java/convert-slide/
  4. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...CubeFaceData<Bitmap> //CubeFaceData<Bitmap> bitmaps = new CubeFaceData<Bitmap>();...CubeFaceData<Bitmap>(); //cubemap.Save(bitmaps); //bitmaps.Back.Save("back...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  5. FieldDde.InsertAsUnicode | Aspose.Words for .NET

    Discover the FieldDde InsertAsUnicode property, easily manage linked objects by inserting them as Unicode text for enhanced compatibility and performance.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldDdeAuto.SourceFullName | Aspose.Words for ...

    Discover the FieldDdeAuto SourceFullName property to easily manage your source file's name and location for streamlined data handling.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldDdeAuto.InsertAsHtml | Aspose.Words for .NET

    Discover the FieldDdeAuto InsertAsHtml property. Easily manage linked objects by inserting them as HTML text for seamless integration and enhanced functionality.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Fields::FieldDdeAuto::get_Insert...

    Aspose::Words::Fields::FieldDdeAuto::get_InsertAsBitmap method. Gets whether to insert the linked object as a Bitmap in C++....insert the linked object as a bitmap. bool Aspose :: Words :: Fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. 使用 .NET API 将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET JPG 转 EPS 功能。...格式保存为 EPS 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Create the bitmap object from image file 9 using(Bitmap jpg = new...

    docs.aspose.com/page/zh/net/convert/jpg-to-eps/
  10. 使用 .NET API 将 GIF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET GIF 转 EPS 功能。...GIF 保存为 EPS 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Create the bitmap object from image file 9 using(Bitmap gif = new...

    docs.aspose.com/page/zh/net/convert/gif-to-eps/