Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,475 for

makearray

(0.07 sec)
  1. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...

    docs.aspose.com/page/cpp/convert-ps/
  2. 档案

    档案...tmp_0->set_PageNumbers(System::MakeArray<int32_t>({ 1, 2, 6 })); return...tmp_0->set_PageNumbers(System::MakeArray<int32_t>({ 1, 2, 6 })); return...

    blog.aspose.com/zh/page/convert-xps-oxps-to-jpg...
  3. Automating PowerPoint Generation in C++: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for C++—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....layoutSlide2 ); auto columnWidths = MakeArray < double > ({ 200 , 100 });...}); auto rowHeights = MakeArray < double > ({ 40 , 40 , 40 , 40...

    docs.aspose.com/slides/cpp/automating-powerpoin...
  4. 使用 Aspose.Page C++ API 转换 PostScript

    本文将通过代码片段讲解和演示 Aspose.Page API C++ 解决方案中包含的 PS 到 BMP 的转换功能。...options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...options->set_AdditionalFontsFolde(System::MakeArray<System::String>({u"{FONT_FOLDER}"}));...

    docs.aspose.com/page/zh/cpp/convert-ps/
  5. 使用 Aspose.Page C++ API 转换 XPS

    本文通过代码片段,对 Aspose.Page C++ API 解决方案中包含的 XPS 到 PDF 转换功能进行了描述和演示。...options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); doc...options->set_PageNumbers(System::MakeArray<int32_t>({1, 2, 6})); // Save...

    docs.aspose.com/page/zh/cpp/convert-xps/
  6. Aspose::Words::Fields::FieldGlossary class | As...

    Aspose::Words::Fields::FieldGlossary class. Implements the GLOSSARY field. To learn more, visit the documentation article in C++....set_BuiltInTemplatesPath ( System :: MakeArray < System :: String > ({ get_MyDir...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 使用 C++ 添加图形注释|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 添加、获取和删除 PDF 文档中的图形注释...// 创建多边形注释 auto points = MakeArray < System :: SharedPtr < Point...270 , 193 , 571 , 383 ), MakeArray < System :: SharedPtr < Point...

    docs.aspose.com/pdf/zh/cpp/figures-annotation/
  8. PDF 多媒体注释使用 C++|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您添加、获取和删除 PDF 文档中的多媒体注释。...pdf" ); auto buttons = MakeArray < System :: SmartPtr < ButtonField...); auto alternateNames = MakeArray < String > ({ u "跳转到第一页" ...

    docs.aspose.com/pdf/zh/cpp/multimedia-annotation/
  9. Aspose::Words::Fonts::FontSettings::SetFontsFol...

    Aspose::Words::Fonts::FontSettings::SetFontsFolders method. Sets the folders where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts in C++....SetFontsFolders ( System :: MakeArray < System :: String > ({ get_FontsDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...:: Xlsx ); auto oleData = MakeArray < uint8_t > ( oleStream ....:: Xlsx ); auto oleData = MakeArray < uint8_t > ( oleStream ....

    docs.aspose.com/slides/cpp/working-solution-for...