Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 48,507 for

bitmap

(0.22 sec)
  1. Convert PPSM to PNG using C# | products.aspose.com

    Sample code for PPSM to PNG C# conversion. Use API example code for batch PPSM files to PNG conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/ppsm-...
  2. Convert POTX to PNG using C# | products.aspose.com

    Sample code for POTX to PNG C# conversion. Use API example code for batch POTX files to PNG conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/potx-...
  3. Convert PPSX to GIF using C# | products.aspose.com

    Sample code for PPSX to GIF C# conversion. Use API example code for batch PPSX files to GIF conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/ppsx-...
  4. Convert PPSM to JPEG using C# | products.aspose...

    Sample code for PPSM to JPEG C# conversion. Use API example code for batch PPSM files to JPEG conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/ppsm-...
  5. Merge JPG Images in Python | products.aspose.com

    Merge JPG to JPG in Python. Use Python library API to combine JPG files... Bitmap( "image1.jpg" )) slide . shapes...images . add_image(drawing . Bitmap( "image2.jpg" )) slide . shapes...

    products.aspose.com/slides/python-net/merge/jpg...
  6. 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-...
  7. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...and inserts slide image auto bitmap = slide -> GetThumbnail( 1...0f ); builder -> InsertImage(bitmap); // inserts slide's texts...

    products.aspose.com/slides/cpp/conversion/pptx-...
  8. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use C++ library API to convert PowerPoint to Word...and inserts slide image auto bitmap = slide -> GetThumbnail( 1...0f ); builder -> InsertImage(bitmap); // inserts slide's texts...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  9. Cross platform drawing API for C# (.NET)|Docume...

    Aspose.Drawing library for Microsoft .NET for drawing pictures. Cross-platform support of C# Graphics API for 2D geometric drawings such as drawing lines, drawing shapes, drawing path and drawing rectangles.... To start, we create a bitmap with a size of `1000x800` pixels...draw the Path onto the created bitmap. Finally, we rasterize the...

    docs.aspose.com/drawing/net/developer-guide/cro...
  10. Convert images WMF to BMP via C# | products.asp...

    Sample code for WMF to BMP C# image conversion. Use API example code for batch WMF files to BMP conversion within VB.NET, Asp.NET or any .NET based application....for storing vector as well as bitmap-format images data. To be more...represent Bitmap Image files that are used to store bitmap digital...

    products.aspose.com/imaging/net/conversion/wmf-...