PsDocument.SaveImageAsEps
inhoud
[
verbergen
]SaveImageAsEps(Stream, Stream, PsSaveOptions)
Slaat PNG/JPEG/TIFF/BMP/GIF/EMF-afbeelding op van invoerstroom naar EPS-uitvoerstroom.
public static void SaveImageAsEps(Stream imageStream, Stream epsStream, PsSaveOptions options)
Parameter | Type | Beschrijving |
---|---|---|
imageStream | Stream | Afbeelding invoerstroom. |
epsStream | Stream | EPS-uitvoerstroom. |
options | PsSaveOptions | Bevat parameters die de uitvoer specificeren van fouten die tijdens de conversie worden gegenereerd. |
Zie ook
- class PsSaveOptions
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page
SaveImageAsEps(string, string, PsSaveOptions)
Slaat PNG/JPEG/TIFF/BMP/GIF/EMF-afbeelding op van bestand naar EPS-bestand.
public static void SaveImageAsEps(string imageFilePath, string epsFilePath, PsSaveOptions options)
Parameter | Type | Beschrijving |
---|---|---|
imageFilePath | String | Het pad naar het afbeeldingsbestand. |
epsFilePath | String | EPS-bestandspad. |
options | PsSaveOptions | Bevat parameters die de uitvoer specificeren van fouten die tijdens de conversie worden gegenereerd. |
Zie ook
- class PsSaveOptions
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page
SaveImageAsEps(Bitmap, string, PsSaveOptions)
Slaat Bitmap-object op in EPS-bestand.
public static void SaveImageAsEps(Bitmap image, string epsFilePath, PsSaveOptions options)
Parameter | Type | Beschrijving |
---|---|---|
image | Bitmap | De afbeelding. |
epsFilePath | String | EPS-bestandspad. |
options | PsSaveOptions | Bevat parameters die de uitvoer specificeren van fouten die tijdens de conversie worden gegenereerd. |
Zie ook
- class PsSaveOptions
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page
SaveImageAsEps(Bitmap, Stream, PsSaveOptions)
Slaat Bitmap-object op in EPS-uitvoerstroom.
public static void SaveImageAsEps(Bitmap image, Stream epsStream, PsSaveOptions options)
Parameter | Type | Beschrijving |
---|---|---|
image | Bitmap | De afbeelding. |
epsStream | Stream | EPS-uitvoerstroom. |
options | PsSaveOptions | Bevat parameters die de uitvoer specificeren van fouten die tijdens de conversie worden gegenereerd. |
Zie ook
- class PsSaveOptions
- class PsDocument
- naamruimte Aspose.Page.EPS
- montage Aspose.Page