Aspose::Page::XPS::XpsDocument::SaveAsPs method

XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method

يحفظ المستند بتنسيق PS.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeالوصف
دفقSystem::SharedPtr<System::IO::Stream>المجرى لكتابة ملف PS الناتج إليه.
خياراتSystem::SharedPtr<EPS::Device::PsSaveOptions>خيارات حفظ المستند بتنسيق PS.

انظر أيضًا

XpsDocument::SaveAsPs(System::String, System::SharedPtr<EPS::Device::PsSaveOptions>) method

يحفظ المستند بتنسيق PS.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeالوصف
outPsFilePathSystem::Stringمسار ملف PS الناتج.
خياراتSystem::SharedPtr<EPS::Device::PsSaveOptions>خيارات حفظ المستند بتنسيق PS.

انظر أيضًا