Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 72,627 for

ios

(0.12 sec)
  1. C# के लिए एक्सपीएस से बीएमपी रूपांतरण एपीआई | .NET

    XPS से BMP C#। VB.NET, Asp.NET या किसी .NET आधारित एप्लिकेशन में बैच XPS फ़ाइलों के लिए BMP रूपांतरण के लिए API उदाहरण कोड का उपयोग करें।...IO.FileStream( "template.XPS" , System.IO.FileMode.Create...Create, System.IO.FileAccess.Read)) { // create a stream for...

    products.aspose.com/page/hi/net/conversion/xps-...
  2. टीईएक्स टाइपसेट | ज़िप इनपुट और आउटपुट

    TeX के साथ कार्य करने के लिए C++ API समाधान। कोड की कुछ पंक्तियों के साथ इनपुट और आउटपुट के रूप में ZIP संग्रह का उपयोग करके TeX को PDF में बदलना सीखें।...C++ कोड using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...System :: IO :: Stream > inZipStream = System :: IO :: File ::...

    products.aspose.com/tex/hi/cpp/zip-input-and-ou...
  3. Ptr | Aspose.Slides for C++ API Reference

    An alias for a shared pointer to this class....SharedPtr < TextWriter > System :: IO :: TextWriter :: Ptr See Also...TextWriter Namespace System::IO Library Aspose.Slides WriteLine()...

    reference.aspose.com/slides/cpp/system.io/textw...
  4. PathSeparator | Aspose.Slides for C++ API Refer...

    A separator character used to separate path strings in environment variables....static const char_t System :: IO :: Path :: PathSeparator See...Class Path Namespace System::IO Library Aspose.Slides DirectorySeparatorCh...

    reference.aspose.com/slides/cpp/system.io/path/...
  5. ThisType | Aspose.Slides for C++ API Reference

    ThisType ThisType typedef using System :: IO :: STDIostreamWrapperBase < T , typename >:: ThisType = STDIostreamWrapp......ThisType typedef using System :: IO :: STDIOStreamWrapperBa < T ...STDIOStreamWrapperBa Namespace System::IO Library Aspose.Slides get_CanWrite()...

    reference.aspose.com/slides/cpp/system.io/stdio...
  6. System::Net::Security::AuthenticatedStream Clas...

    Public Member Functions | Protected Member Functions | List of all members System::Net::Security::AuthenticatedStream......Reference abstract Inherits System::IO::Stream . Inherited by Syste...Functions inherited from System::IO::Stream virtual ASPOSECPP_SHARED_API...

    reference.aspose.com/page/cpp/class/system.net....
  7. System::Xml::XmlValidatingReader Member List - ...

    System::Xml::XmlValidatingReader Member List This is the complete list of members for System::Xml::XmlValidatingReade......static Create (const SharedPtr< IO::Stream > &input) System::Xml::XmlReader...static Create (const SharedPtr< IO::Stream > &input, const SharedPtr<...

    reference.aspose.com/barcode/cpp/class/system.x...
  8. Aspose::Words::Saving::IDocumentPartSavingCallb...

    Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to Html or Epub format.... ++mCount, partType, System::IO::Path::GetExtension (args->g...args->set_DocumentPartStream(MakeObject<System::IO::FileStream>(ArtifactsDir + partFileName...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Release Notes - 2022 on Releases - aspose.comhttps://releases.aspose.com/tex/net/release-notes/2022/Recent content in Release Notes - 2022 on Releases ......IO.NondisposableMemoryS Method Aspose.TeX.IO.NondisposableMemoryS...Aspose.TeX.IO.NondisposableMemoryS.#ctor(System.IO.Stream) Method...

    releases.aspose.com/tex/net/release-notes/2022/...
  10. Convert EPS to BMP using C++ API

    EPS to BMP conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....pdf", System::IO::FileMode::Create, System::IO::FileAccess::Write);...u"input.eps", System::IO::FileMode::Open, System::IO::FileAccess::Read);...

    docs.aspose.com/page/cpp/convert/eps-to-bmp/