TiffDevice

TiffDevice class

这个类有助于将pdf文档逐页保存到一个tiff图像中。

public sealed class TiffDevice : DocumentDevice

构造函数

姓名描述
TiffDevice()初始化TiffDevice具有默认设置的类。
TiffDevice(PageSize)初始化TiffDevice类.
TiffDevice(Resolution)初始化TiffDevice类.
TiffDevice(TiffSettings)初始化TiffDevice类.
TiffDevice(int, int)初始化TiffDevice类.
TiffDevice(PageSize, Resolution)初始化TiffDevice类.
TiffDevice(PageSize, TiffSettings)初始化TiffDevice类.
TiffDevice(Resolution, TiffSettings)初始化TiffDevice类.
TiffDevice(TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.
TiffDevice(int, int, Resolution)初始化TiffDevice类.
TiffDevice(int, int, TiffSettings)初始化TiffDevice类.
TiffDevice(PageSize, Resolution, TiffSettings)初始化TiffDevice类.
TiffDevice(PageSize, TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.
TiffDevice(Resolution, TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.
TiffDevice(int, int, Resolution, TiffSettings)初始化TiffDevice类.
TiffDevice(int, int, TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.
TiffDevice(PageSize, Resolution, TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.
TiffDevice(int, int, Resolution, TiffSettings, IIndexBitmapConverter)初始化TiffDevice类.

特性

姓名描述
FormPresentationMode { get; set; }获取或设置表单展示模式。
Height { get; }获取图像输出高度。
RenderingOptions { get; set; }获取或设置渲染选项。
Resolution { get; }获取图像分辨率。
Settings { get; }获取将 pdf 映射到 tiff 图像的设置。
Width { get; }获取图像输出宽度。

方法

姓名描述
BinarizeBradley(Stream, Stream, double)对输入流进行 Bradley 二值化。
Process(Document, Stream)处理整个文档并将结果保存到流中。
Process(Document, string)处理整个文档并将结果保存到文件中。
override Process(Document, int, int, Stream)将某些文档页面转换为 tiff 并保存在输出流中。
Process(Document, int, int, string)处理文档的某些页面并将结果保存到文件中。

也可以看看