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 출력 스트림.
옵션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)
매개변수형식설명
이미지System::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)
매개변수형식설명
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)
매개변수형식설명
imageFilePathSystem::String이미지 파일 경로.
epsFilePathSystem::StringEPS 파일 경로.
옵션System::SharedPtr<Device::PsSaveOptions>변환 중 발생한 오류의 출력을 지정하는 매개변수를 포함합니다.

또 보기