Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 50,301 for

bitmap

(0.05 sec)
  1. C# で PSD ファイルを BMP に変換する方法 | products.aspose.com

    .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/net/conversion/psd-t...
  2. Перетворення PSB в BMP за допомогою C# | produc...

    Експорт PSD, PSB & AI файл через .NET API...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/ua/psb-to-bmp/
  3. Konverti PSB al BMP per C# | products.aspose.com

    Eksportu PSD, PSB & AI-dosieron per .NET API...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/eo/net/conversion/psb-t...
  4. Ինչպես ստեղծել PNG պատկեր BMP-ից C#-ում

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

    kb.aspose.com/hy/imaging/net/how-to-create-png-...
  5. 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...
  6. Convert PowerPoint Slides to Images in Java|Asp...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Java. 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/java/convert-slide/
  7. FieldDde.insertAsBitmap property | Aspose.Words...

    FieldDde.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. 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-...
  9. 使用 .NET API 将 JPG 转换为 EPS

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

    docs.aspose.com/page/zh/net/convert/jpg-to-eps/
  10. 使用 .NET API 将 GIF 转换为 EPS

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

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