Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 72,416 for

ios

(0.15 sec)
  1. Converter PDF para formatos de Imagens|Aspose.P...

    Este tópico mostra como o Aspose.PDF permite converter PDF para várIos formatos de imagens. Converta páginas PDF para imagens PNG, JPEG, BMP com algumas linhas de código....auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...

    docs.aspose.com/pdf/pt/cpp/convert-pdf-to-image...
  2. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "AddT...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  3. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library.... IO ; 2 using Aspose. Html ; 3 using...Html . Saving ; 4 using System. IO . Compression ; 5 ... 6 7 //...

    docs.aspose.com/html/net/migration-between-vers...
  4. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method... def save ( self , stream : io . BytesIO , save_format : aspose...Parameter Type Description stream io.BytesIO Stream where to save...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Навигация и проверка SVG – Aspose.SVG для .NET

    Узнайте, как проверять SVG на C#, использовать пользовательские фильтры для перебора элементов SVG, перемещаться по SVG с помощью CSS Selector или XPath.... IO ; Copy 1 // Get SVG document...Aspose. Svg ; 2 using System. IO ; 3 using System. Linq ; Copy...

    docs.aspose.com/svg/ru/net/navigation-inspection/
  6. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....st System::SharedPtr<System::IO::Stream>&) constructor Opens...System :: SharedPtr < System :: IO :: Stream > & stream ) Parameter...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aggiungi icone al foglio di lavoro con C++|Docu...

    Impara come aggiungere icone ai fogli di lavoro Excel usando Aspose.Cells con C++.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/it/cpp/insert-svg-to-excel/
  8. Icons zum Arbeitsblatt mit C++ hinzufügen|Docum...

    Erfahren Sie, wie Sie mit Aspose.Cells in C++ Icons zu Excel Arbeitsblättern hinzufügen.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/de/cpp/insert-svg-to-excel/
  9. Lägg till ikoner i kalkblad med C++|Documentation

    Lär dig hur du lägger till ikoner i Excel kalkblad med Aspose.Cells och C++.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/sv/cpp/insert-svg-to-excel/
  10. 暗号化されたOffice Open XML(OOXML)ファイルのフォーマット検出(C++)|...

    Aspose.Cells for C++を使用して暗号化されたOffice Open XML(OOXML)ファイルのファイル形式を検出する方法を学びます。...ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/ja/cpp/detect-file-format...