ThumbnailDevice.Process

ThumbnailDevice.Process method

Converts the page into thumbnail image png and saves it in the output stream.

public override void Process(Page page, Stream output)
ParameterTypeDescription
pagePageThe page to convert.
outputStreamOutput stream with png image.

See Also