Aspose::Page::EPS::PsDocument::SaveImageAsEps メソッド

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)
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>画像。
epsStreamSystem::SharedPtr<System::IO::Stream>EPS 出力ストリーム。
optionsSystem::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)
パラメーター説明
画像System::SharedPtr<System::Drawing::Bitmap>画像。
epsFilePathSystem::StringEPS ファイルパス。
optionsSystem::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)
パラメーター説明
imageStreamSystem::SharedPtr<System::IO::Stream>画像入力ストリーム。
epsStreamSystem::SharedPtr<System::IO::Stream>EPS 出力ストリーム。
optionsSystem::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)
パラメーター説明
imageFilePathSystem::String画像ファイルのパス。
epsFilePathSystem::StringEPS ファイルパス。
optionsSystem::SharedPtr<Device::PsSaveOptions>変換中にスローされたエラーの出力を指定するパラメータを含みます。

参照