Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 72,963 for

ios

(0.1 sec)
  1. Сохранение документа SVG – C#

    В этой статье вы узнаете, как сохранить документ SVG в файл, поток памяти, ZIP-архив или URL-адрес с помощью библиотеки Aspose.SVG for .NET.... IO ; Copy 1 // Save SVG to file...Aspose. Svg ; 2 using System. IO ; Copy 1 // Save SVG to Url using...

    docs.aspose.com/svg/ru/net/save-svg-document/
  2. Archivio

    Archivio...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Aggiungi un'immagine...

    blog.aspose.com/it/pdf/add-extract-remove-repla...
  3. Hợp nhất XPS sang XPS, XPS sang PDF | .NET

    .NET API Giải pháp hợp nhất các tệp XPS trong một vài dòng mã. Lưu kết quả kết hợp dưới dạng tệp XPS hoặc PDF. Ví dụ mã C# về chức năng hợp nhất....IO.Stream pdfStream = System.IO.File.Open(dataDir...pdf" , System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    products.aspose.com/page/vi/net/merge-xps-files/
  4. Charger une police à partir d'un fichier TTF | C++

    Solution API C++ pour charger des polices à partir d'un fichier TTF sur votre disque dur même si ce fichier n'est pas une police lui-même.... IO ; Chargement à partir du fichier...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/fr/cpp/how-to-load-fonts/l...
  5. Rendu de figures LaTeX | .NET

    Aspose.TeX pour le rendu des fragments .NET LaTeX est décrite dans cet article. Découvrez les exemples de code sur la façon d’utiliser la fonctionnalité.... IO . MemoryStream (); 18 19 // Specify...using (System. IO . Stream stream = System. IO . File . Open (...

    docs.aspose.com/tex/fr/net/latex-figure-rendering/
  6. ラテックス数学式レンダリング | Aspose.TeX for .NET

    .NETラテックス数学式レンダリング用のAspose.TeX APIソリューションについては、この記事で説明します。機能の使用方法に関するコードの例を学びます。... IO . MemoryStream (); 24 25 // Specify...using (System. IO . Stream stream = System. IO . File . Open (...

    docs.aspose.com/tex/ja/net/latex-math-formula-r...
  7. Renderização de figuras de LaTeX | .NET

    Solução da API do Aspose.TeX para a renderização do fragmento de LaTeX .NET (Figura) é descrito neste artigo. Aprenda os exemplos de código sobre como usar a funcionalidade.... IO . MemoryStream (); 18 19 // Specify...using (System. IO . Stream stream = System. IO . File . Open (...

    docs.aspose.com/tex/pt/net/latex-figure-rendering/
  8. 아카이브

    아카이브... System::IO::Stream 스트림) 메서드입니다. ISlide-...tem::IO::Stream> stream = System::MakeObject<System::IO::Fil...

    blog.aspose.com/ko/slides/embed-video-in-powerp...
  9. Cắt và thay đổi kích thước EPS qua C# | Aspose....

    Trao quyền cho các ứng dụng C# của bạn bằng giải pháp API của chúng tôi để cắt và thay đổi kích thước tệp EPS chính xác, giúp hình ảnh trở nên sống động....IO.FileStream(dataDir + "input.eps" , System.IO.FileMode...FileMode.Open, System.IO.FileAccess.Read)) { //Initialize the PsDocument...

    products.aspose.com/page/vi/net/crop-eps/
  10. Lavorare con le pagine in PostScript | C++

    Come aggiungere pagine a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in C++....6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "document1...

    docs.aspose.com/page/it/cpp/ps/working-with-pages/