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