Overload | Description |
---|---|
SaveAsGif(Stream,ViewState,SaveAsImageOptions) | Saves the page as an image to a stream in GIF format. |
SaveAsGif(Stream,SaveAsImageOptions) | Saves the page as an image to a stream in GIF format. |
SaveAsGif(String,ViewState,SaveAsImageOptions) | Saves the page as an image to a file in GIF format. |
SaveAsGif(String,SaveAsImageOptions) | Saves the page as an image to a file in GIF format. |