Gdk.Pixbuf.Savev Method
Saves pixbuf to a file.

Syntax

public bool Savev (string filename, string type, string[] option_keys, string[] option_values)

Parameters

filename
Name of the file where the image will be saved
type
The file type to save (one of "ani", "bmp", "gif", "ico", "jpeg", "pcx", "png", "pnm", "ras", "tga", "tiff" "wbmp", "xpm" or "xbm")
option_keys
Options that are passed to the save module.
option_values
Values for each key

Returns

A bool

Remarks

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)