Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 50,314 for

bitmap

(0.06 sec)
  1. Convert TIFF to EPS using .NET

    TIFF to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....input image is assigned by Bitmap object and the output EPS file...Convert TIFF image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/tiff-to-eps/
  2. Convert BMP to EPS using API for .NET

    BMP to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....input image is assigned by Bitmap object and the output EPS file...Convert BMP image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/bmp-to-eps/
  3. 使用 .NET API 将 BMP 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 .NET 版 BMP 转 EPS 功能。...图像保存为 EPS 文件 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Convert BMP image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/zh/net/convert/bmp-to-eps/
  4. Handling Windows Metafiles|Aspose.Words for Nod...

    Aspose.Words for Node.js via .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player....meaning when converting to bitmaps (see also the ImageSaveOptions...metafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/nodejs-net/handling-windo...
  5. 档案

    档案...我们可以按照下面给出的步骤以编程方式实现图像裁剪: 首先,创建 Bitmap 类的实例。 接下来,使用 FromImage() 方法创建...中实现图像裁剪。 // 创建一个新的位图 var bitmap = new Bitmap(1000, 800, System.Drawing...

    blog.aspose.com/zh/drawing/image-clipping-in-cs...
  6. Create BMP image file via .NET | products.aspos...

    Create BMP image file via .NET.... Create bitmap object using Bitmap class. Create graphics...graphic elements. Save created bitmap in BMP image format. System...

    products.aspose.com/drawing/net/create/bmp/
  7. 使用 .NET API 将 EMF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的 EMF 到 EPS 转换功能。...保存为 EPS 在以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Convert EMF image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/zh/net/convert/emf-to-eps/
  8. Android通过Java差异|Aspose.Words

    Android 的 Aspose.Words 具有 Java 功能,并且与 Java 版的常规 Aspose.Words 相比具有 API 差异。...使用Bitmap代替java。啊图像。BufferedImage; 机...insertImage(位图,双,双) insertImage(Bitmap,int,double,int,double,double,double,int)...

    docs.aspose.com/words/zh/java/aspose-words-for-...
  9. NodeRendererBase.get_size_in_pixels method | As...

    aspose.words.rendering.NodeRendererBase.get_size_in_pixels method...create a bitmap for rendering the shape neatly onto the bitmap. Returns...create a bitmap for rendering the shape neatly onto the bitmap. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 .NET 将 TIFF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的 TIFF 到 EPS 的转换功能。...TIFF 保存为 EPS 以下 C# 代码片段中,输入图像由 Bitmap 对象赋值,输出 EPS 文件由字符串赋值: Copy...Convert TIFF image to EPS from Bitmap object to file. 2 3 // Create...

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