Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 50,291 for

bitmap

(0.08 sec)
  1. Convert PPTX to BMP using C++ application | pro...

    Sample C++ conversion code for PPTX document to BMP format. Use example code for batch PPTX to BMP conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...

    products.aspose.com/slides/cpp/conversion/pptx-...
  2. Basic Barcode Recognition Parameters|Documentation

    This Article Describes How Basic Recognition Parameters...source can be a file or base64 bitmap string. Define the target symbologies...(e.g., file path or base64 bitmap string). Set the target symbologies...

    docs.aspose.com/barcode/javascript-cpp/develope...
  3. Supported Image Formats|Documentation

    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....Network Graphics Image BMP Bitmap Image File GIF Graphical Interchange...

    docs.aspose.com/barcode/nodejsjava/image-formats/
  4. 使用 Python 管理演示文稿中的图表数据标记|Aspose.Slides for Pyth...

    了解如何在 Aspose.Slides 中自定义图表数据标记,通过清晰的代码示例提升 PPT、PPTX 和 ODP 格式演示文稿的效果。... Bitmap ( path + "aspose-logo.jpg"...image1 ) # 设置图片 image2 = draw . Bitmap ( path + "Tulips.jpg" ) imgx2...

    docs.aspose.com/slides/zh/python-net/chart-data...
  5. 使用 Java API 解决方案将 JPG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Java 版 JPG 转 EPS 功能。...Convert JPEG image to EPS from Bitmap object to file. 2 3 // Create..."input.jpg" )); 8 // Save JPEG bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/zh/java/convert/jpg-to-eps/
  6. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... Bitmap image = new Bitmap (( int ) control ...changing substitute Bitmap image = new Bitmap (( int ) control ...

    docs.aspose.com/slides/net/activex/
  7. Customize Appearance|Documentation

    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...."AutoSize Example" ); // Target bitmap dimensions generator . getParameters...print // Optionally control bitmap size generator . getParameters...

    docs.aspose.com/barcode/java/developer-guide/cu...
  8. Aspose 中的公共 API 更改。3D 1.7.0|Documentation

    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.... Bitmap bitmap ) public void Render ( Aspose...camera , System . Drawing . Bitmap bitmap , Aspose . ThreeD . ImageRenderOptions...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  9. "Unable to load DLL" Error When Using Aspose.Sl...

    Hi, I’m facing this issue running aspose in a windows container. I’m using ASpose.Slides.NET version 23.5.0 2023-09-01 09:39:20,853 ERROR SEPDFConverter.Service.ConverterService - Unable to load DLL 'aspose.slides.dra…...ctor(Bitmap ☻) at ♫↨↑▬..ctor(Int32 ☻, Int32...Presentation(OriginalFilePath)) { using (Bitmap bitmap = presentation.Slides[0]...

    forum.aspose.com/t/unable-to-load-dll-error-whe...
  10. Compress and Decompress BMP Files via .NET

    C# compression and decompression source code to compress BMP documents into a single zip archive or vice versa on .NET Framework, .NET Core....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/zip/net/zip-file/bmp/