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

bitmap

(0.08 sec)
  1. Handling Windows Metafiles|Aspose.Words for Pyt...

    Aspose.Words for Python via .NET implements its own Windows Metafile player to play Metafile format on all platforms and supports the handling of the basic metafile features and can perform fallback to a different type of metafile player....meaning when converting to bitmaps (see also the ImageSaveOptions...ons property). Saving to a bitmap works differently on platforms...

    docs.aspose.com/words/python-net/handling-windo...
  2. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....); 8 9 var bitmap = new Bitmap(stream); 10 bitmap.Save(outFile);...9 10 var bitmap = new Bitmap(stream); 11 12 bitmap.Save(outFile);...

    docs.aspose.com/font/net/developer-guide/text-r...
  3. Ուղղանկյուն նկարել C#-ում

    Այս հոդվածում բացատրվում է, թե ինչպես նկարել ուղղանկյուն C#-ում։ Այն ներառում է IDE-ի կարգավորումը, ալգորիթմը և աշխատող կոդի օրինակ՝ C#-ում ուղղանկյուն ստեղծելու համար։...պիքսելային տվյալները և bitmap-ի չափերը՝ Bitmap օբյեկտ ստեղծելու համար...Graphics դասի օբյեկտ՝ օգտագործելով Bitmap-ի նմուշը Կանչեք DrawRectangle-ը՝...

    kb.aspose.com/hy/drawing/net/draw-rectangle-in-...
  4. Add Image in Table Cell|Aspose.Slides Documenta...

    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....Create a Bitmap object to hold the image file Add the Bitmap image...Slides [ 0 ]; //Creating a Bitmap Image object to hold the image...

    docs.aspose.com/slides/net/add-image-in-table-c...
  5. Draw Rectangle in C#

    This article explains how to draw rectangle in C#. It includes the IDE setup, the algorithm, and a working code snippet to create a rectangle in C#....pixel data and bitmap dimensions to create a Bitmap object Make...class object while using the Bitmap instance Call the DrawRectangle...

    kb.aspose.com/drawing/net/draw-rectangle-in-csh...
  6. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!...to render the document as a bitmap at a specified location and..."Rendering.docx" ); using ( SKBitmap bitmap = new SKBitmap ( 700 , 700...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Convert GIF to EPS using API for .NET

    GIF 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 GIF image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/gif-to-eps/
  8. Convert JPG to EPS using API for .NET

    JPG 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 JPEG image to EPS from Bitmap object to file. 2 3 // Create...

    docs.aspose.com/page/net/convert/jpg-to-eps/
  9. Convert RTF to Images in Python | products.aspo...

    RTF to image TIFF BMP PNG JPEG GIF EMF SVG conversion in your Python applications without using Microsoft Word...EMAIL (Bitmap Image File) Convert BMP to EML (Bitmap Image File)...to EMLX (Bitmap Image File) Convert BMP to ICS (Bitmap Image File)...

    products.aspose.com/total/python-net/conversion...
  10. Create GIF image file via .NET | products.aspos...

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

    products.aspose.com/drawing/net/create/gif/