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

bitmap

(0.04 sec)
  1. Convert PPSX to JPEG using C++ application | pr...

    Sample C++ conversion code for PPSX document to JPEG format. Use example code for batch PPSX to JPEG 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 PPTX to GIF using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/pptx-...
  3. Convert POTX to JPEG using C++ application | pr...

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

    products.aspose.com/slides/cpp/conversion/potx-...
  4. Convert POT to GIF using C++ application | prod...

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

    products.aspose.com/slides/cpp/conversion/pot-t...
  5. Convert POTM to PNG using C++ application | pro...

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

    products.aspose.com/slides/cpp/conversion/potm-...
  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. FieldDde.InsertAsUnicode | Aspose.Words for .NET

    Discover the FieldDde InsertAsUnicode property, easily manage linked objects by inserting them as Unicode text for enhanced compatibility and performance.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldDdeAuto.SourceFullName | Aspose.Words for ...

    Discover the FieldDdeAuto SourceFullName property to easily manage your source file's name and location for streamlined data handling.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldDdeAuto.InsertAsHtml | Aspose.Words for .NET

    Discover the FieldDdeAuto InsertAsHtml property. Easily manage linked objects by inserting them as HTML text for seamless integration and enhanced functionality.... Bitmap : field . InsertAsBitmap =...case InsertLinkedObjectAs . Bitmap : field . InsertAsBitmap =...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample PPTX with a slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this PPTX and want to get images of individual animated text paragraphs. Ideally, …...List<Tuple<Rectangle, Bitmap>> paragraphs = new List<Tuple<Rectangle, Bitmap>>();...{fileName}"); var dstImage = new Bitmap((int)(finalRect.Width), (int)(finalRect...

    forum.aspose.com/t/wrong-count-of-animated-text...