Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 18,530 for

ios

(1.04 sec)
  1. Конвертировать файлы XPS | Решение .NET API

    Функциональность преобразования XPS в PNG, включенная в решение Aspose.Page API для .NET, описана и проиллюстрирована фрагментами кода здесь....IO.File.Open(Path.GetDirectoryName(outputFileName)...eName), System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    docs.aspose.com/page/ru/net/convert-xps/
  2. Aspose::Words::Saving::DocumentPartSavingArgs c...

    Aspose::Words::Saving::DocumentPartSavingArgs class. Provides data for the DocumentPartSaving() callback. To learn more, visit the documentation article in C++....(const System::SharedPtr<System::IO::Stream>&) Setter for Aspose...mCount , partType , System :: IO :: Path :: GetExtension ( args...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. XPS formátumú fájlok megtekintése | .NET Megoldás

    Nyissa meg az XPS-fájlok megtekintéséhez. C# az XPS rendereléséhez és megjelenítéséhez .NET-keretrendszer platformon, Windows és ASP.NET alkalmazásokon....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/hu/net/viewer/xps/
  4. Перегляд файлів формату PS | Рішення .NET API

    Переглянути файлиPS. Вихідний код C# для завантаження, візуалізації та відображення документів PS на платформі .NET Framework, Windows і програмах ASP.NET....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.ps" , System.IO.FileMode.Create...

    products.aspose.com/page/uk/net/viewer/ps/
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Ima...

    Aspose::Words::Saving::HtmlSaveOptions::get_ImagesFolder method. Specifies the physical folder where images are saved when exporting a document to HTML format. Default is an empty string in C++....String imagesDir = System :: IO :: Path :: Combine ( ArtifactsDir..."SaveHtmlWithOptions" ); if ( System :: IO :: Directory :: Exists ( imagesDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Agregar propiedades en metadatos XMP de EPS | C++

    El proceso de agregar propiedades en metadatos XMP de un archivo EPS con Aspose.Page para C++ se explica e ilustra con fragmentos de código aquí....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/es/cpp/xmp-metadata/add-pr...
  7. Ajouter une valeur nommée dans les métadonnées ...

    Le processus d'ajout d'une valeur nommée dans les métadonnées XMP avec Aspose.Page pour C++ est expliqué et illustré avec les extraits de code ici....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_named_value_input...

    docs.aspose.com/page/fr/cpp/xmp-metadata/add-na...
  8. Ajouter des propriétés dans XMP | C++

    Le ajout de propriétés dans les métadonnées XMP du fichier EPS avec Aspose.Page pour C++ est expliqué et illustré avec les extraits de code ici....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/fr/cpp/xmp-metadata/add-pr...
  9. Додайте властивості в метадані XMP EPS | C++

    Процес додавання властивостей у метаданих XMP файлу EPS за допомогою Aspose.Page для C++ пояснюється та проілюструється тут за допомогою фрагментів коду....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/uk/cpp/xmp-metadata/add-pr...
  10. TeX에서 ZIP으로 | C++용 API 솔루션 | Aspose

    TeX과 함께 작동하는 C++ API 솔루션입니다. TeX에서 ZIP으로의 변환 기능을 사용하면 TeX 파일을 가장 인기 있는 아카이브로 저장할 수 있습니다. 이 기능의 C++ 예제....C++ 코드 using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...Presentation :: Pdf; using System :: IO; // Open a stream on a ZIP archive...

    products.aspose.com/tex/ko/cpp/output-to-zip/