Aspose::Page::XPS::XpsDocument::Merge yöntemi

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

Birden fazla XPS dosyasını tek bir XPS belgeye birleştiriyor.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> outStream)
ParameterTypeAçıklama
filesForMergeSystem::ArrayPtr<System::String>Bu belgeyle birleştirmek için XPS dosyaları.
outStreamSystem::SharedPtr<System::IO::Stream>Birleştirilmiş XPS belgelerinin kaydedileceği çıktı akışı.

Ayrıca Bakınız

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

Birden fazla XPS dosyasını tek bir XPS belgeye birleştiriyor.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::String outXpsFilePath)
ParameterTypeAçıklama
filesForMergeSystem::ArrayPtr<System::String>Bu belgeyle birleştirmek için XPS dosyaları.
outXpsFilePathSystem::StringBir çıktı Xps dosya yolu.

Ayrıca Bakınız