Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 50,269 for

bitmap

(0.09 sec)
  1. Android via Java Verskille|Aspose.Words

    Aspose.Words vir Android via Java kenmerke en API verskille in vergelyking met gereelde Aspose.Words vir Java weergawe....Bitmap word gebruik in plaas van java...DocumentBuilder: insertImage (Bitmap) insertImage (Bitmap, dubbel, dubbel)...

    docs.aspose.com/words/af/java/aspose-words-for-...
  2. MetafileRenderingMode enumeration | Aspose.Word...

    Aspose.Words.Saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....renders this metafile to a bitmap. Vector Aspose.Words renders...metafile as vector graphics. Bitmap Aspose.Words invokes GDI+ to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 使用 .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/
  4. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...file, as a stream, or as a bitmap. Reading barcodes from files...BarCodeReader . Read Barcodes from Bitmap In Aspose.BarCode for C++ ...

    docs.aspose.com/barcode/cpp/set-barcode-source/
  5. Image Clipping in C#

    This article explains image clipping in C#. It includes the environment configuration details, the step-by-step process, and a code snippet to make a clipped photo in C#....images Create an object of the Bitmap class while specifying the...C# . Firstly, create a new bitmap, initialize graphics, and define...

    kb.aspose.com/drawing/net/image-clipping-in-csh...
  6. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw graphics in Java....steps: Create an instance of the Bitmap class . Initialize the Graphics...Graphics class from the created bitmap. Create a new Brush using the...

    docs.aspose.com/drawing/java/working-with-brushes/
  7. Creating Car Body Drawing|Documentation

    Creating Car Body drawing with Aspose.Drawing .NET (C#) 2d graphic library. The library allows to creation of drawings with color transparency levels, semi-transparent images and text rendering.... We then incorporate a new Bitmap frame created from both the...`DrawFrame` function creates new `Bitmap` graphics with dimensions `w...

    docs.aspose.com/drawing/net/showcases/car-body/
  8. 使用字体库的文本渲染| .NET

    将文本转换为图像,并在.NET产品中渲染TrueType和Opentype字体。 C#API用于开发人员操纵和字体文件。...); 8 9 var bitmap = new Bitmap(stream); 10 bitmap.Save(outFile);...9 10 var bitmap = new Bitmap(stream); 11 12 bitmap.Save(outFile);...

    docs.aspose.com/font/zh/net/developer-guide/tex...
  9. Add text to BMP via .NET | products.aspose.com

    Add text to BMP image file using .NET graphic library... Utilize the Bitmap class and raster graphics drawing...Create a bitmap object from BMP image file using Bitmap class....

    products.aspose.com/drawing/net/edit-image/add-...
  10. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....This code generates a small bitmap, converts it to a stream, and...in-memory image using var bmp = new Bitmap ( width : 100 , height : 100...

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