Aspose::Page::EPS::PsDocument::SaveImageAsEps method
inhoud
[
verbergen
]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)
| Parameter | Type | Beschrijving |
|---|---|---|
| afbeelding | System::SharedPtr<System::Drawing::Bitmap> | De afbeelding. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS uitvoerstroom. |
| opties | System::SharedPtr<Device::PsSaveOptions> | Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren. |
Zie ook
- Typedef SharedPtr
- Class Bitmap
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| afbeelding | System::SharedPtr<System::Drawing::Bitmap> | De afbeelding. |
| epsFilePath | System::String | EPS bestandspad. |
| opties | System::SharedPtr<Device::PsSaveOptions> | Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren. |
Zie ook
- Typedef SharedPtr
- Class Bitmap
- Class String
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| imageStream | System::SharedPtr<System::IO::Stream> | Afbeeldingsinvoerstroom. |
| epsStream | System::SharedPtr<System::IO::Stream> | EPS uitvoerstroom. |
| opties | System::SharedPtr<Device::PsSaveOptions> | Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren. |
Zie ook
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| imageFilePath | System::String | Het pad naar het afbeeldingsbestand. |
| epsFilePath | System::String | EPS bestandspad. |
| opties | System::SharedPtr<Device::PsSaveOptions> | Bevat parameters die de uitvoer van fouten die tijdens de conversie worden gegooid specificeren. |
Zie ook
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++