Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 50,290 for

bitmap

(0.07 sec)
  1. 使用 .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/
  2. 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/
  3. Convert PNG to EPS using API for .NET

    PNG 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 PNG image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/png-to-eps/
  4. 档案

    档案...以编程方式在现有图像上绘制文本作为水印: // 加载现有的输入图像 Bitmap bitmap = new Bitmap(dataDir + @"Test...graphics = Graphics.FromImage(bitmap); graphics.TextRenderingHint...

    blog.aspose.com/zh/drawing/draw-text-image-csharp/
  5. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images and How to Recognize All 1D Barcodes Presented in an Image...represented as a file or a bitmap object. After that, target...barcode source (image file, or bitmap), e.g. set the path to a source...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  6. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon shape using C#....using the Math library Create a bitmap with the desired size of the...a Graphics object using the bitmap and set the background using...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...
  7. FieldLink.insertAsBitmap property | Aspose.Word...

    FieldLink.insertAsBitmap property. Gets or sets whether to insert the linked object as a Bitmap....insert the linked object as a bitmap. get insertAsBitmap () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Pretvorite PSD u BMP pomoću C# | products.aspos...

    Izvoz PSD, PSB i AI datoteke putem .NET API-ja...represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/psd/cr/psd-to-bmp/
  9. Draw Rectangle in C#

    This article explains how to draw rectangle in C#. It includes the IDE setup, the algorithm, and a working code snippet to create a rectangle in C#....pixel data and bitmap dimensions to create a Bitmap object Make...class object while using the Bitmap instance Call the DrawRectangle...

    kb.aspose.com/drawing/net/draw-rectangle-in-csh...
  10. 图片|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理图片:插入、替换、裁剪、压缩、调整透明度和效果、填充形状,并导出为 PPT、PPTX 和 ODP。...创建一个简单的内存图像 using var bmp = new Bitmap ( width : 100 , height : 100...Color . LightGreen ); } // 将 Bitmap 转换为 MemoryStream using var...

    docs.aspose.com/slides/zh/net/examples/elements...