Aspose::Page::XPS::XpsDocument::Merge विधि

XpsDocument::Merge(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>) method

कई XPS फ़ाइलों को एक XPS दस्तावेज़ में मर्ज करना।

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> outStream)
पैरामीटरप्रकारविवरण
filesForMergeSystem::ArrayPtr<System::String>इस दस्तावेज़ के साथ मर्ज करने के लिए XPS फ़ाइलें।
outStreamSystem::SharedPtr<System::IO::Stream>आउटपुट स्ट्रीम जहाँ मर्ज किए गए XPS दस्तावेज़ सहेजे जाते हैं।

संबंधित देखें

XpsDocument::Merge(System::ArrayPtr<System::String>, System::String) method

कई XPS फ़ाइलों को एक XPS दस्तावेज़ में मर्ज करना।

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::String outXpsFilePath)
पैरामीटरप्रकारविवरण
filesForMergeSystem::ArrayPtr<System::String>इस दस्तावेज़ के साथ मर्ज करने के लिए XPS फ़ाइलें।
outXpsFilePathSystem::Stringएक आउटपुट Xps फ़ाइल पथ।

संबंधित देखें