Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 52,309 for

bitmap

(0.36 sec)
  1. Add Image to PDF using C#|Aspose.PDF for .NET

    This section describes how to add image to existing PDF file using C# library....Load the image using ( var bitmap = System . Drawing . Image...int width = bitmap . Width ; int height = bitmap . Height ; //...

    docs.aspose.com/pdf/net/add-image-to-existing-p...
  2. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the page is appended, the aspect …...Open); Bitmap tempimage = new Bitmap(imageStream); double...Drawing.Bitmap tempImage = new Aspose.Page.Drawing.Bitmap(imageStream))...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  3. Pretvorite PSD u TIFF pomoću C# | products.aspo...

    Izvoz PSD, PSB i AI datoteke putem .NET API-ja...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/cr/psd-to-tiff/
  4. Převést PSD na PNG pomocí C# | products.aspose.com

    Export souborů PSD, PSB a AI přes rozhraní.NET API...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/cz/psd-to-png/
  5. Převést PSD na JPEG pomocí C# | products.aspose...

    Export souborů PSD, PSB a AI přes rozhraní.NET API...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/cz/psd-to-jpeg/
  6. Convert PSD to PNG with C# | products.aspose.com

    Export PSD, PSB & AI file via .NET API...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/net/conversion/psd-to-png/
  7. Перетворення PSD в JPEG за допомогою C# | produ...

    Експорт PSD, PSB & AI файл через .NET API...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/ua/psd-to-jpeg/
  8. Convert Image to PDF in Python | products.aspos...

    Convert Image to PDF in Python. Use Python library API to convert Image files to PDFs... Bitmap(dataDir + "image.png" )) slide...

    products.aspose.com/slides/python-net/conversio...
  9. Канвертаваць PSD у JPEG з C# | products.aspose.com

    Экспарт PSD, PSB і AI файлаў праз .NET API...Conversion Options PSD TO BMP (Bitmap Image File) PSD TO GIF (Graphical...

    products.aspose.com/psd/be/net/conversion/psd-t...
  10. Scale Image in Java

    This article covers how to scale image in Java. It explains the environment configuration, the algorithm, and a sample code to upscale image in Java....images Create an object of the Bitmap class Initiate an instance...

    kb.aspose.com/drawing/java/scale-image-in-java/