RasterRendererSaveMultipageTiff Method (Stream, Int32, Int32, Int32, Int32)ByteScout PDF Renderer SDK
Renders PDF document page range as multi-page TIFF file to stream.

Namespace:  Bytescout.PDFRenderer
Assembly:  Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax

public void SaveMultipageTiff(
	Stream destStream,
	int startPageIndex,
	int endPageIndex,
	int width,
	int height
)

Parameters

destStream
Type: System.IOStream
Destination stream.
startPageIndex
Type: SystemInt32
Start page index.
endPageIndex
Type: SystemInt32
End page index. Use -1 to specify "to the last page".
width
Type: SystemInt32
Width of the output image in pixels. Use -1 to calculate the width from height keeping the aspect ratio.
height
Type: SystemInt32
Height of the output image in pixels. Use -1 to calculate the height from width keeping the aspect ratio.

Implements

IRasterRendererSaveMultipageTiff(Stream, Int32, Int32, Int32, Int32)
See Also

Reference