Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 50,630 for

bitmap

(0.35 sec)
  1. Convert OTP to JPEG using C++ application | pro...

    Sample C++ conversion code for OTP document to JPEG format. Use example code for batch OTP to JPEG conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...few listed below. OTP TO BMP (Bitmap Image) OTP TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/otp-t...
  2. Convert ODP to JPEG using C++ application | pro...

    Sample C++ conversion code for ODP document to JPEG format. Use example code for batch ODP to JPEG conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...few listed below. ODP TO BMP (Bitmap Image) ODP TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/odp-t...
  3. Convert PPSM to GIF using C++ application | pro...

    Sample C++ conversion code for PPSM document to GIF format. Use example code for batch PPSM to GIF conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...listed below. PPSM TO BMP (Bitmap Image) PPSM TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  4. Convert PPTM to PNG using C++ application | pro...

    Sample C++ conversion code for PPTM document to PNG format. Use example code for batch PPTM to PNG conversion within any C++ Application....auto bitmap = slide->GetThumbnail(ScaleX, ScaleY); bitmap->Save(u...listed below. PPTM TO BMP (Bitmap Image) PPTM TO EMF (Enhanced...

    products.aspose.com/slides/cpp/conversion/pptm-...
  5. Save Generated Barcodes in C++|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C++ API...images to files, streams, or bitmaps, as well as outputting barcode...images to a file, a stream, or a bitmap). These options are described...

    docs.aspose.com/barcode/cpp/save-barcode-image/
  6. Save Generated Barcodes in C#|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C# API...images to files, streams, or bitmaps, as well as outputting barcode...images to a file, a stream, or a bitmap). These options are described...

    docs.aspose.com/barcode/net/save-barcode-image/
  7. FontEmbeddingLicensingRights class | Aspose.Wor...

    aspose.words.fonts.FontEmbeddingLicensingRights class. Represents embedding licensing rights for the font....Description bitmap_embedding_only Indicates the “Bitmap embedding...embedding_licensing_rights . bitmap_embedding_only ) print ( font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert HTML to BMP – C# code and Online Converter

    Convert HTML to BMP online or using Aspose.HTML for .NET API. Save HTML page as BMP image in C# code. Try online HTML to BMP Converter for free!...Documentation BMP files are bitmap image files that are used to...to store high-quality bitmap digital images. Thus, it may sometimes...

    products.aspose.com/html/net/conversion/html-to...
  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...