Aspose::Page::EPS::PsDocument::SaveImageAsEps Methode

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

Speichert das Bitmap-Objekt in einen EPS Ausgabestream.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypBeschreibung
BildSystem::SharedPtr<System::Drawing::Bitmap>Das Bild.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS Ausgabestream.
OptionenSystem::SharedPtr<Device::PsSaveOptions>Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen.

Siehe auch

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

Speichert das Bitmap-Objekt in einer EPS-Datei.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypBeschreibung
BildSystem::SharedPtr<System::Drawing::Bitmap>Das Bild.
epsFilePathSystem::StringEPS-Dateipfad.
OptionenSystem::SharedPtr<Device::PsSaveOptions>Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen.

Siehe auch

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

Speichert ein PNG/JPEG/TIFF/BMP/GIF/EMF-Bild vom Eingabestream in einen EPS-Ausgabestream.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypBeschreibung
imageStreamSystem::SharedPtr<System::IO::Stream>Bild-Eingabestream.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS Ausgabestream.
OptionenSystem::SharedPtr<Device::PsSaveOptions>Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen.

Siehe auch

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

Speichert ein PNG/JPEG/TIFF/BMP/GIF/EMF-Bild von einer Datei in eine EPS-Datei.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypBeschreibung
imageFilePathSystem::StringDer Bilddateipfad.
epsFilePathSystem::StringEPS-Dateipfad.
OptionenSystem::SharedPtr<Device::PsSaveOptions>Enthält Parameter, die die Ausgabe von bei der Konvertierung ausgelösten Fehlern festlegen.

Siehe auch