ImageSaveOptions.ImageSaveOptions
ImageSaveOptions()
Creates the options for saving image file.
public ImageSaveOptions()
Remarks
The default type is Tiff.
See Also
- class ImageSaveOptions
- namespace Aspose.Cells
- assembly Aspose.Cells
ImageSaveOptions(SaveFormat)
Creates the options for saving image file.
public ImageSaveOptions(SaveFormat saveFormat)
Parameter | Type | Description |
---|---|---|
saveFormat | SaveFormat | The file format. It should be one of following types: Tiff, Svg, Bmp, Png, Jpg, Emf or Gif, otherwise the saved format will be set as Tiff automatically. |
See Also
- enum SaveFormat
- class ImageSaveOptions
- namespace Aspose.Cells
- assembly Aspose.Cells