Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 50,190 for

bitmap

(0.06 sec)
  1. Set Target Regions for Recognition|Documentation

    This Article Describes How to Set Target Regions in Source Image for Recognition...430 , 440 ); using ( Bitmap bmp = new Bitmap ( $"{path}multiple_codes...430 , 440 ); using ( Bitmap bmp = new Bitmap ( $"{path}multiple_codes...

    docs.aspose.com/barcode/net/set-target-regions/
  2. Handling Windows Metafiles in C++|Aspose.Words ...

    Aspose.Words for C++ 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 MetafileRenderingOpt...MetafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/cpp/handling-windows-meta...
  3. Handling Windows Metafiles|Aspose.Words for Pyt...

    Aspose.Words for Python 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...ons property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/python-net/handling-windo...
  4. 档案

    档案...FilterThumbnailResul FilterThumbnailProce(Bitmap thumbnail); ///<summary> ///...MemoryStream(sourceImage)) using (Bitmap bitmap = new Bitmap(ms)) { foreach (var...

    blog.aspose.com/zh/drawing/using-system-drawing...
  5. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!...to render the document as a bitmap at a specified location and..."Rendering.docx" ); using ( SKBitmap bitmap = new SKBitmap ( 700 , 700...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Handling Windows Metafiles in C#|Aspose.Words f...

    Aspose.Words for .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 using C#....meaning when converting to bitmaps (see also the MetafileRenderingOpt...MetafileRenderingOpt property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/net/handling-windows-meta...
  7. 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...
  8. 档案

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

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

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

    products.aspose.com/drawing/net/create/gif/
  10. Create PNG image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/png/