Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 52,325 for

bitmap

(0.18 sec)
  1. Convert images DIB to JPEG2000 via C# | product...

    Sample code for DIB to JPEG2000 C# image conversion. Use API example code for batch DIB files to JPEG2000 conversion within VB.NET, Asp.NET or any .NET based application....Format A DIB (Device Independent Bitmap) file is a raster image file...in structure to the standard Bitmap files (BMP) but has a different...

    products.aspose.com/imaging/net/conversion/dib-...
  2. Convert VTX to BMP via Java | products.aspose.com

    Sample Java conversion code for VTX format to BMP file. Use this example code to convert VTX to BMP within any Web or Desktop Java based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/diagram/java/conversion/vtx...
  3. Grayscale EPS images via .NET | products.aspose...

    Try our On-Premise document APIs to grayscale EPS image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application.... EPS files may include a bitmap preview image encapsulated...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/net/grayscale/eps/
  4. Dither WMF images via Java | products.aspose.com

    Try our On-Premise document APIs to Dither WMF images on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....for storing vector as well as bitmap-format images data. To be more...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/dither/wmf/
  5. Resize EPS images via Java | products.aspose.com

    Try our On-Premise document APIs to resize EPS files on Java Application.... EPS files may include a bitmap preview image encapsulated...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/resize/eps/
  6. Remove background in WMF documents via Java | p...

    Try our On-Premise document APIs to change background from WMF files on Java Application....for storing vector as well as bitmap-format images data. To be more...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/remove-backgro...
  7. OoxmlSaveOptions.zip_64_mode property | Aspose....

    OoxmlSaveOptions.zip_64_mode property. Specifies whether or not to use ZIP64 format extensions for the output document... Bitmap ( 5 , 5 ) g = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 从PDF文档中提取表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 使您能够对PDF文档中包含的表格进行各种操作。...using ( var bitmap = new System . Drawing . Bitmap (( int ) document...Drawing . Graphics . FromImage ( bitmap )) { gr . SmoothingMode = SmoothingMode...

    docs.aspose.com/pdf/zh/net/extract-table-from-e...
  9. FontEmbeddingLicensingRights | Aspose.Words for...

    Represents embedding licensing rights for the font in Java....getBitmapEmbeddingOn() Indicates the “Bitmap embedding only” restriction...getBitmapEmbeddingOn() Indicates the “Bitmap embedding only” restriction...

    reference.aspose.com/words/java/com.aspose.word...
  10. Scale Image in C#

    This tutorial covers how to scale image in C#. It contains the system configuration, the stepwise algorithm, and a runnable sample code to upscale image in C#....Initiate an instance of the Bitmap class Create an object of the...losing quality in C# . Create a bitmap class object with the specified...

    kb.aspose.com/drawing/net/scale-image-in-csharp/