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 파일 경로.

또 보기