Export
Contenuti
[
Nascondere
]Export(Image, Stream, ImageOptionsBase)
Esporta i dati dell’immagine specificati nel formato dati specificato.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase)
Parametro | Tipo | Descrizione |
---|---|---|
image | Image | I dati dell’immagine da esportare. |
stream | Stream | Il flusso in cui esportare i dati. |
optionsBase | ImageOptionsBase | Opzioni per l’esportazione delle immagini |
Guarda anche
- class Image
- class ImageOptionsBase
- interface IImageExporter
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging
Export(Image, Stream, ImageOptionsBase, Rectangle)
Esporta i dati dell’immagine specificati nel formato dati specificato.
public void Export(Image image, Stream stream, ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Parametro | Tipo | Descrizione |
---|---|---|
image | Image | I dati dell’immagine da esportare. |
stream | Stream | Il flusso in cui esportare i dati. |
optionsBase | ImageOptionsBase | Opzioni per l’esportazione delle immagini |
boundsRectangle | Rectangle | Il rettangolo dei limiti. |
Guarda anche
- class Image
- class ImageOptionsBase
- struct Rectangle
- interface IImageExporter
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging