Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 52,345 for

bitmap

(0.32 sec)
  1. Convert PPS to ODP Using C++ | products.aspose.com

    C++ conversion code for PPS to ODP. Use the example code for batch PPS to ODP conversion in C++ applications....formats, including: PPS TO BMP (Bitmap Image) PPS TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/pps-t...
  2. Convert POT to POTX Using C++ | products.aspose...

    C++ conversion code for POT to POTX. Use the example code for batch POT to POTX conversion in C++ applications....formats, including: POT TO BMP (Bitmap Image) POT TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/pot-t...
  3. Convert POTX to PPT Using C++ | products.aspose...

    C++ conversion code for POTX to PPT. Use the example code for batch POTX to PPT conversion in C++ applications....formats, including: POTX TO BMP (Bitmap Image) POTX TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/potx-...
  4. 在 PostScript 中使用纹理 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加纹理图案的问题。了解如何在 .NET 中使用该功能...Bitmap 。 从图像创建 System.Drawing.TextureBrush...//Create a Bitmap object from image file 15 using (Bitmap image =...

    docs.aspose.com/page/zh/net/ps/working-with-tex...
  5. 在 PostScript 中使用纹理 | C++

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能...Bitmap 。 从图像创建 System.Drawing.TextureBrush...100. 0f ); 22 23 //Create a Bitmap object from image file 24 {...

    docs.aspose.com/page/zh/cpp/ps/working-with-tex...
  6. 创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象|Aspose.Slides 文档

    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....Cells 获取图表的图像 //-------- Bitmap imgChart = wb . Worksheets...ISlide sld , Stream wbStream , Bitmap imgChart ) { float oleWidth...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  7. Stencil Drawing – C# code and Online Stencil Maker

    Convert image to SVG and apply stenciling technique online or in C#. Use Stencil Maker to create stencil art online for free....to parse and convert Image bitmaps into SVG paths. The .NET API...2D pixel array of a source bitmap and reconstructs its visual...

    products.aspose.com/svg/net/vectorization/stencil/
  8. Unable to fill the color on images - Free Suppo...

    I am unable to fill the color on images , do we have any way to fill the color?...replace with your own logic var bitmap = (Aspose.Imaging.FileFormats...FileFormats.Png.PngImage)img; bitmap.BackgroundColor = Color.Red; //...

    forum.aspose.com/t/unable-to-fill-the-color-on-...
  9. 在C#中將PPT轉換為Word | products.aspose.com

    在 C# 中將 PPT 轉換為 Word。使用 .NET 庫 API 將 PowerPoint 轉換為 Word...inserts slide image using var bitmap = slide.GetThumbnail( 1 , 1...stream = new MemoryStream(); bitmap.Save(stream, ImageFormat.Png);...

    products.aspose.com/slides/zh-hant/net/conversi...
  10. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....BITMAP}, }; } /// /// Use a document...break; case InsertLinkedObjectAs.BITMAP: field.setInsertAsBitmap(true);...

    reference.aspose.com/words/java/com.aspose.word...