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)
ParameterTypeDescription
saveFormatSaveFormatCan be SaveFormat.Tiff, SaveFormat.Png, SaveFormat.Bmp, SaveFormat.Jpeg, SaveFormat.Emf, SaveFormat.Eps SaveFormat.WebP or SaveFormat.Svg format.

See Also