TiffDevice.Process

Process(Document, int, int, Stream)

Converts certain document pages into tiff and save it in the output stream.

public override void Process(Document document, int fromPage, int toPage, Stream output)
ParameterTypeDescription
documentDocumentThe document to convert.
fromPageInt32Defines page number from which converting will start.
toPageInt32Defines page number which will end the converting.
outputStreamOutput stream with tiff image.

See Also


Process(Page, Stream)

public override void Process(Page page, Stream output)

See Also