ImageSaveOptions constructor
ImageSaveOptions(saveFormat)
Initializes a new instance of this class that can be used to save rendered images in the SaveFormat.Tiff, SaveFormat.Png, SaveFormat.Bmp, SaveFormat.Jpeg, SaveFormat.Emf, SaveFormat.Eps, SaveFormat.WebP or SaveFormat.Svg format.
ImageSaveOptions(saveFormat: Aspose.Words.SaveFormat)
Parameter | Type | Description |
---|---|---|
saveFormat | SaveFormat | Can be SaveFormat.Tiff, SaveFormat.Png, SaveFormat.Bmp, SaveFormat.Jpeg, SaveFormat.Emf, SaveFormat.Eps SaveFormat.WebP or SaveFormat.Svg format. |
See Also
- module Aspose.Words.Saving
- class ImageSaveOptions