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

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

Slaat Bitmap-object op naar EPS uitvoerstroom.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeschrijving
afbeeldingSystem::SharedPtr<System::Drawing::Bitmap>De afbeelding.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS uitvoerstroom.
optiesSystem::SharedPtr<Device::PsSaveOptions>Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren.

Zie ook

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

Slaat Bitmap-object op naar EPS bestand.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeschrijving
afbeeldingSystem::SharedPtr<System::Drawing::Bitmap>De afbeelding.
epsFilePathSystem::StringEPS bestandspad.
optiesSystem::SharedPtr<Device::PsSaveOptions>Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren.

Zie ook

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

Slaat PNG/JPEG/TIFF/BMP/GIF/EMF-afbeelding op van invoerstroom naar EPS uitvoerstroom.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeschrijving
imageStreamSystem::SharedPtr<System::IO::Stream>Afbeeldingsinvoerstroom.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS uitvoerstroom.
optiesSystem::SharedPtr<Device::PsSaveOptions>Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren.

Zie ook

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

Slaat PNG/JPEG/TIFF/BMP/GIF/EMF-afbeelding op van bestand naar EPS bestand.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeBeschrijving
imageFilePathSystem::StringHet pad naar het afbeeldingsbestand.
epsFilePathSystem::StringEPS bestandspad.
optiesSystem::SharedPtr<Device::PsSaveOptions>Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren.

Zie ook