Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 50,190 for

bitmap

(0.04 sec)
  1. Ինչպես ստեղծել PNG պատկեր BMP-ից C#-ում

    Այս քայլ առ քայլ ձեռնարկը ցույց է տալիս, թե ինչպես ստեղծել PNG պատկեր BMP-ից C#-ում: Այս կոդը C#-ում հեշտությամբ և արագ պահում է Bitmap-ը որպես PNG:...հեշտությամբ և արագ պահում է bitmap-ը որպես PNG: Որոշ իրավիճակներում...իրավիճակներում մենք պետք է փոխարկենք bitmap-ը PNG-ի մեր C# հավելվածներում...

    kb.aspose.com/hy/imaging/net/how-to-create-png-...
  2. Zip64Mode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.Zip64Mode enum for efficient ZIP64 format use in OOXML files, enhancing file size management and compatibility....; i ++) { using ( Bitmap bmp = new Bitmap ( 5 , 5 )) using (...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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...
  4. Converting Worksheet to Image in Aspose.Cells|D...

    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 object and you can Save an...the image for the sheet Bitmap bitmap = sr . ToImage ( 0 ); //Save...

    docs.aspose.com/cells/net/converting-worksheet-...
  5. Inserting images into PDF page with rotation - ...

    Hello, We want to insert multiple images or text into page with rotation (adding images to page without rotation is always correct). First attempt to add image to page with rotation is also correct. Every further effor…...var bitmap = new Bitmap(32, 32); Graphics.FromImage(bitmap).F...Red, 0, 0, bitmap.Width, 10); Graphics.FromImage(bitmap).FillRectangle(Brushes...

    forum.aspose.com/t/inserting-images-into-pdf-pa...
  6. 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...
  7. 使用 .NET API 将 PNG 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/png-to-eps/
  8. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图... Bitmap )) { Bitmap pdfBitmap = ( Bitmap ) clipboardData...clipboardData . GetData ( DataFormats . Bitmap ); int thumbnailWidth = 45...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  9. C# を使用して PSB ファイルを BMP に変換する方法 | products.aspos...

    .NET API 経由で PSD、PSB、AI ファイルをエクスポートする...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/jp/psb-to-bmp/
  10. Convert EMF to EPS using Python

    EMF to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....outputStream, options) Using Bitmap object and string for saving...assigned by aspose.pydrawing.Bitmap object and the output EPS file...

    docs.aspose.com/page/python-net/convert/emf-to-...