Aspose::Page::EPS::PsDocument::SaveImageAsEps method

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

将 Bitmap 对象保存到 EPS 输出流。

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterType描述
imageSystem::SharedPtr<System::Drawing::Bitmap>图像。
epsStreamSystem::SharedPtr<System::IO::Stream>EPS 输出流。
选项System::SharedPtr<Device::PsSaveOptions>包含指定转换期间抛出的错误输出的参数。

另见

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::String, System::SharedPtr<Device::PsSaveOptions>) method

将 Bitmap 对象保存到 EPS 文件。

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterType描述
imageSystem::SharedPtr<System::Drawing::Bitmap>图像。
epsFilePathSystem::StringEPS 文件路径。
选项System::SharedPtr<Device::PsSaveOptions>包含指定转换期间抛出的错误输出的参数。

另见

PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

将 PNG/JPEG/TIFF/BMP/GIF/EMF 图像从输入流保存到 EPS 输出流。

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterType描述
imageStreamSystem::SharedPtr<System::IO::Stream>图像输入流。
epsStreamSystem::SharedPtr<System::IO::Stream>EPS 输出流。
选项System::SharedPtr<Device::PsSaveOptions>包含指定转换期间抛出的错误输出的参数。

另见

PsDocument::SaveImageAsEps(System::String, System::String, System::SharedPtr<Device::PsSaveOptions>) method

将 PNG/JPEG/TIFF/BMP/GIF/EMF 图像从文件保存到 EPS 文件。

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterType描述
imageFilePathSystem::String图像文件路径。
epsFilePathSystem::StringEPS 文件路径。
选项System::SharedPtr<Device::PsSaveOptions>包含指定转换期间抛出的错误输出的参数。

另见