Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 62,412 for

ios

(0.46 sec)
  1. Работа с файлами формата PS | Aspose.Page для C++

    Эти статьи посвящены работе с текстом, фигурами, узорами мозаики, градиентами, изображениями и страницами в файлах PS или EPS с Aspose.Page для C++....3 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/ru/cpp/working-with-ps/
  2. تحميل TeX من ZIP | حل API C++ | Aspose

    C++ API Solution للعمل مع TeX. تعلم من المثال كيفية تحميل ملف TeX من ZIP ببضعة أسطر من التعليمات البرمجية....IO; using System.IO; // Open a stream for...System::SharedPtr<System::IO::Stream> inZipStream = System::IO::File::Open...

    products.aspose.com/tex/ar/cpp/load-tex-from-zip/
  3. Arbeiten mit Dateien im PS-Format | Aspose.Page...

    Hier geht es um die Arbeit mit Text, Formen, Kachelmustern, Farbverläufen, Bildern und Seiten in PS- oder EPS-Dateien mithilfe der Aspose.Page für C++....3 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/de/cpp/working-with-ps/
  4. MailMergerContext class | Aspose.Words for Python

    aspose.words.lowcode.MailMergerContext class. Mail merge context.... io . FileStream ( MY_DIR + 'Mail...system_helper . io . FileMode . OPEN , system_helper . io . FileAccess...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Merge XPS to XPS, XPS to PDF | .NET

    .NET API Solution to merge XPS files in a few lines of code. Save the combined result as XPS or PDF files. C# code example of merging functionality....IO.Stream pdfStream = System.IO.File.Open(dataDir...pdf" , System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    products.aspose.com/page/net/merge-xps-files/
  6. Xem các tập tin định dạng XPS | Giải pháp cho .NET

    Mở để xem các tệp XPS. Mã nguồn C# để tải, kết xuất và hiển thị tài liệu XPS trên Nền tảng .NET Framework, Windows và Ứng dụng ASP.NET....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/vi/net/viewer/xps/
  7. ดูไฟล์รูปแบบ XPS | .NET วิธีการแก้

    เปิดเพื่อดูไฟล์ XPS ซอร์สโค้ด C# เพื่อโหลด แสดงผล และแสดงเอกสาร XPS บน .NET Framework Platform, Windows และ ASP.NET Applications...IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/th/net/viewer/xps/
  8. Aspose::Words::Drawing::ImageData::ToStream met...

    Aspose::Words::Drawing::ImageData::ToStream method. Creates and returns a stream that contains the image bytes in C++....System :: SharedPtr < System :: IO :: Stream > Aspose :: Words ::...System :: SharedPtr < System :: IO :: Stream > imgStream = imgShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 使用 C++ 在演示文稿中管理视频帧|Aspose.Slides 文档

    学习使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 幻灯片中以编程方式添加和提取视频帧。快速使用指南。...System :: SharedPtr < System :: IO :: FileStream > fileStream =...System :: IO :: FileStream > ( u "Wildlife.mp4" , System :: IO :: FileMode...

    docs.aspose.com/slides/zh/cpp/video-frame/
  10. Recadrer EPS | Solution API C++

    La fonctionnalité Crop EPS offerte par la solution API Aspose.Page pour C++ est expliquée et illustrée avec les extraits de code ici....6 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/fr/cpp/crop-eps/