Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,069 for

indexed bitmap

(0.11 sec)
  1. Convert PPSX to XML using C++ application | pro...

    Sample C++ conversion code for PPSX document to XML format. Use example code for batch PPSX to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/ppsx-...
  2. Convert POTX to SVG using C++ application | pro...

    Sample C++ conversion code for POTX document to SVG format. Use example code for batch POTX to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/potx-...
  3. 使用现代 API 增强图像处理|Aspose.Slides for Python 文档

    通过使用 Python 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。...Bitmap aspose.pydrawing.printing.PrinterSettings...pydrawing.Image 和 aspose.pydrawing.Bitmap 的方法已弃用,且将被其现代 API 等价方法取代。使用...

    docs.aspose.com/slides/zh/python-net/modern-api/
  4. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....Obtain a slide reference by its index. Access the ActiveX controls...image = System :: MakeObject < Bitmap > (( int32_t ) control -> get_Frame...

    docs.aspose.com/slides/cpp/activex/
  5. Online MOBI File Compression or Build Python Ap...

    Free online app to compress different MOBI files. Python archiving library code for MOBI documents....Graphics) Compress BMP Files (Bitmap Image File) Compress CDR Files...DIB Files (Device Independent Bitmap) Compress DICOM Files (Digital...

    products.aspose.com/total/python-net/compress/m...
  6. Convert POT to SVG using C# | products.aspose.com

    Sample code for POT to SVG C# conversion. Use API example code for batch POT files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/pot-t...
  7. Convert PPSM to SVG using C# | products.aspose.com

    Sample code for PPSM to SVG C# conversion. Use API example code for batch PPSM files to SVG conversion within VB.NET, Asp.NET or any .NET based application....for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream fileStream...

    products.aspose.com/slides/net/conversion/ppsm-...
  8. Export EMAIL to TEXT via Java | products.aspose...

    Java API to Convert EMAIL to TEXT without using Microsoft Word or Outlook...text for NLP, AI, or search indexing. Migration to Legacy Systems...clean text. Search Engine Indexing : Create automated .txt outputs...

    products.aspose.com/total/java/conversion/email...
  9. 在 .NET 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 精通段落格式化 - 在 C# 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...Slides [ 0 ]; // 访问所需的索引 int index = 0 ; // 访问已添加的形状 IAutoShape...IAutoShape ) slide . Shapes [ index ]; StreamWriter sw = new StreamWriter...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  10. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...方法重载:public void Replace(int index, Stream stream, int quality)...Load the image using ( var bitmap = System . Drawing . Image...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...