Aspose::Cells::ImageSaveOptions::ImageSaveOptions constructor

ImageSaveOptions::ImageSaveOptions() constructor

Creates the options for saving image file.

Aspose::Cells::ImageSaveOptions::ImageSaveOptions()

Remarks

The default type is Tiff.

See Also

ImageSaveOptions::ImageSaveOptions(SaveFormat) constructor

Creates the options for saving image file.

Aspose::Cells::ImageSaveOptions::ImageSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be one of following types: SaveFormat.Tiff, SaveFormat.Svg, SaveFormat.Bmp, SaveFormat.Png, SaveFormat.Jpg, SaveFormat.Emf or SaveFormat.Gif, otherwise the saved format will be set as SaveFormat.Tiff automatically.

See Also

ImageSaveOptions::ImageSaveOptions(ImageSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::ImageSaveOptions::ImageSaveOptions(ImageSaveOptions_Impl *impl)

See Also

ImageSaveOptions::ImageSaveOptions(const ImageSaveOptions&) constructor

Copy constructor.

Aspose::Cells::ImageSaveOptions::ImageSaveOptions(const ImageSaveOptions &src)

See Also

ImageSaveOptions::ImageSaveOptions(const SaveOptions&) constructor

Constructs from a parent object.

Aspose::Cells::ImageSaveOptions::ImageSaveOptions(const SaveOptions &src)

See Also