[]
Saves the page as an image to a stream in GIF format.
public void SaveAsGif(Stream stream, ViewState viewState, SaveAsImageOptions options = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| ViewState | viewState | The document view state. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
Saves the page as an image to a stream in GIF format.
public void SaveAsGif(Stream stream, SaveAsImageOptions options = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
Saves the page as an image to a file in GIF format.
public void SaveAsGif(string filePath, ViewState viewState, SaveAsImageOptions options = null)
| Type | Name | Description |
|---|---|---|
| string | filePath | The output file path. |
| ViewState | viewState | The document view state. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
Saves the page as an image to a file in GIF format.
public void SaveAsGif(string filePath, SaveAsImageOptions options = null)
| Type | Name | Description |
|---|---|---|
| string | filePath | The output file path. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |