Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 52,341 for

bitmap

(1.35 sec)
  1. Create EMF image file via .NET | products.aspos...

    Create EMF image file via .NET....for storing vector as well as bitmap-format images data. To be more...Supported Resize Formats BMP (Bitmap Picture) EMF (Enhanced Metafile...

    products.aspose.com/drawing/net/create/emf/
  2. Create WMF image file via Java | products.aspos...

    Create WMF image file via Java....for storing both vector and bitmap-format image data. Specifically...Supported Formats to Create BMP (Bitmap Picture) EMF (Enhanced Metafile...

    products.aspose.com/drawing/java/create/wmf/
  3. Create EMF image file via Java | products.aspos...

    Create EMF image file via Java....for storing both vector and bitmap-format image data. Specifically...Supported Formats to Create BMP (Bitmap Picture) EMF (Enhanced Metafile...

    products.aspose.com/drawing/java/create/emf/
  4. Convert PPTX to BMP using C# | products.aspose.com

    Sample code for PPTX to BMP C# conversion. Use API example code for batch PPTX files to BMP 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/pptx-...
  5. Convert PPSM to BMP using C# | products.aspose.com

    Sample code for PPSM to BMP C# conversion. Use API example code for batch PPSM files to BMP 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-...
  6. Convert PPS to BMP using C# | products.aspose.com

    Sample code for PPS to BMP C# conversion. Use API example code for batch PPS files to BMP 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/pps-t...
  7. Convert OTP to BMP using C# | products.aspose.com

    Sample code for OTP to BMP C# conversion. Use API example code for batch OTP files to BMP 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/otp-t...
  8. Manage Chart Data Markers in Presentations with...

    Learn how to customize chart data markers in Aspose.Slides, boosting presentation impact across PPT, PPTX and ODP formats with clear code examples.... Bitmap ( path + "aspose-logo.jpg"...the picture image2 = draw . Bitmap ( path + "Tulips.jpg" ) imgx2...

    docs.aspose.com/slides/python-net/chart-data-ma...
  9. Write Text on JPG in C#

    Follow this guide to write text on JPG in C#. It has the IDE settings, steps, and a sample code for developing a simple JPG text editor in C# with multiple options to customize the text....render text on JPG Create the Bitmap object and use it in creating...DrawString() method by creating the bitmap, linking it with the Graphics...

    kb.aspose.com/drawing/net/write-text-on-jpg-in-...
  10. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....evaluation watermark Create a Bitmap object of required dimensions...a Graphics object from the Bitmap object created above Create...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...