Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 50,258 for

bitmap

(0.08 sec)
  1. Convert PPSX to PNG using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/ppsx-...
  2. Convert XML to PNG using C++ application | prod...

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

    products.aspose.com/slides/cpp/conversion/xml-t...
  3. Convert PPS to PNG using C++ application | prod...

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

    products.aspose.com/slides/cpp/conversion/pps-t...
  4. Convert ODP to PNG using C++ application | prod...

    Sample C++ conversion code for ODP document to PNG format. Use example code for batch ODP to PNG 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...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for JavaScript via C++.... Bitmap ( .BMP ) Bitmap image file. Archive...

    docs.aspose.com/ocr/javascript-cpp/supported-fi...
  6. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetSizeInPixels method. Calculates the size of the shape in pixels for a specified zoom factor and resolution in C++....create a bitmap for rendering the shape neatly onto the bitmap. Examples...create a bitmap for rendering the shape neatly onto the bitmap. Examples...

    reference.aspose.com/words/cpp/aspose.words.ren...
  7. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options....Examples Shows added a fallback to bitmap rendering and changing type...to "false" to fall back to bitmap when // it encounters a metafile...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ImageSaveOptions.MetafileRenderingOptions | Asp...

    Discover the ImageSaveOptions MetafileRenderingOptions property to control metafile handling in your rendered output for enhanced image quality.... When Bitmap is specified, Aspose.Words...for MetafileRenderingMod is Bitmap. Examples Shows how to set...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET... Create Bitmap from image file. Create the...//Create bitmap from translucent image file 17 using (Bitmap image...

    docs.aspose.com/page/net/ps/working-with-transp...
  10. Convert AI to BMP via C# | products.aspose.com

    Sample code for AI to BMP C# conversion. Use API example code for batch AI files to BMP conversion within VB.NET, Asp.NET or any .NET 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/psd/ai-to-bmp/