Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 50,292 for

bitmap

(0.11 sec)
  1. Create JPEG image file via .NET | products.aspo...

    Create JPEG image file via .NET.... Create bitmap object using Bitmap class. Create graphics...graphic elements. Save created bitmap in JPEG image format. System...

    products.aspose.com/drawing/net/create/jpeg/
  2. FieldLink.InsertAsBitmap | Aspose.Words for .NET

    Discover the FieldLink InsertAsBitmap property, easily manage linked objects by inserting them as high-quality Bitmaps for enhanced visual clarity....insert the linked object as a bitmap. public bool InsertAsBitmap...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldDde.InsertAsBitmap | Aspose.Words for .NET

    Discover how to use the FieldDde InsertAsBitmap property to easily insert linked objects as Bitmaps, enhancing your document's visual appeal....insert the linked object as a bitmap. public bool InsertAsBitmap...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Working with Image Placement|Aspose.PDF for Java

    This section describes the features of working with image placement PDF file using Java library....with visible dimensions // Bitmap scaledImage; // Retrieve image...getPng ()); // Bitmap resourceImage = (Bitmap)Bitmap.FromStream(imageStream);...

    docs.aspose.com/pdf/java/working-with-image-pla...
  5. Write Text on Image using C#

    This article guides on how to write text on image using C#. It has details to establish the IDE, a list of steps, and a sample code to add text on an image using C#....size Convert the stream to a Bitmap and save as a PNG image These...the stream to a bitmap, and saves the bitmap as an image on the...

    kb.aspose.com/font/net/write-text-on-image-usin...
  6. Convert BMP to PDF|Aspose.PDF for Android via Java

    You may easily convert BMP Bitmap files to PDF used to store digital Bitmap images separately from the display device using Aspose.PDF. for Android via Java....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. You can...

    docs.aspose.com/pdf/androidjava/convert-bmp-to-...
  7. TIFF to PDF Merge using C# | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET...{ using var bitmap = new System . Drawing . Bitmap ( Path . Combine...Imaging . FrameDimension ( bitmap . FrameDimensionsList [ 0 ]);...

    products.aspose.com/pdf/net/merger/tiff-to-pdf/
  8. Create GIF image file via Java | products.aspos...

    Create GIF image file via Java.... Create bitmap object using Bitmap class. Create graphics...graphic elements. Save created bitmap in GIF image format. System...

    products.aspose.com/drawing/java/create/gif/
  9. Convert TIFF to EPS using .NET

    TIFF to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....input image is assigned by Bitmap object and the output EPS file...Convert TIFF image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/tiff-to-eps/
  10. Convert BMP to EPS using API for .NET

    BMP to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....input image is assigned by Bitmap object and the output EPS file...Convert BMP image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/bmp-to-eps/