[]
Saves the page as an image to a stream in TIFF format.
public void SaveAsTiff(Stream stream, ViewState viewState, SaveAsImageOptions options = null, TiffFrameSettings frameSettings = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| ViewState | viewState | The document view state. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
| TiffFrameSettings | frameSettings | Frame settings that are used for encoding the TIFF frame. |
Saves the page as an image to a stream in TIFF format.
public void SaveAsTiff(Stream stream, SaveAsImageOptions options = null, TiffFrameSettings frameSettings = null)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The output stream. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
| TiffFrameSettings | frameSettings | Frame settings that are used for encoding the TIFF frame. |
Saves the page as an image to a file in TIFF format.
public void SaveAsTiff(string filePath, ViewState viewState, SaveAsImageOptions options = null, TiffFrameSettings frameSettings = null)
| Type | Name | Description |
|---|---|---|
| string | filePath | The output file path. |
| ViewState | viewState | The document view state. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
| TiffFrameSettings | frameSettings | Frame settings that are used for encoding the TIFF frame. |
Saves the page as an image to a file in TIFF format.
public void SaveAsTiff(string filePath, SaveAsImageOptions options = null, TiffFrameSettings frameSettings = null)
| Type | Name | Description |
|---|---|---|
| string | filePath | The output file path. |
| SaveAsImageOptions | options | The SaveAsImageOptions object. |
| TiffFrameSettings | frameSettings | Frame settings that are used for encoding the TIFF frame. |