[]
将范围保存到指定的图像文件。
void ToImage(string imageFile)
| Type | Name | Description |
|---|---|---|
| string | imageFile | 输出的图像文件。 |
使用指定选项将范围保存到指定的图像文件。
void ToImage(string imageFile, ImageSaveOptions options)
| Type | Name | Description |
|---|---|---|
| string | imageFile | 输出的图像文件。 |
| ImageSaveOptions | options | 输出图像的选项。 |
将范围保存到指定的图像流。
void ToImage(Stream stream, ImageType imageType)
| Type | Name | Description |
|---|---|---|
| Stream | stream | 输出图像流。 |
| ImageType | imageType | 指定要创建的图像类型。 |
使用指定选项将范围保存到指定的图像流。
void ToImage(Stream stream, ImageType imageType, ImageSaveOptions options)
| Type | Name | Description |
|---|---|---|
| Stream | stream | 输出图像流。 |
| ImageType | imageType | 指定要创建的图像类型。 |
| ImageSaveOptions | options | 输出图像的选项。 |