TiffDevice.Process

Process(Document, int, int, Stream)

将某些文档页面转换为 tiff 并将其保存在输出流中。

public override void Process(Document document, int fromPage, int toPage, Stream output)
参数类型描述
documentDocument要转换的文档。
fromPageInt32定义转换开始的页面编号。
toPageInt32定义转换结束的页面编号。
outputStream包含 tiff 图像的输出流。

另见


Process(Page, Stream)

public override void Process(Page page, Stream output)

另见