PdfToImageConverterConvertPdfToTiffFile(Stream, String) Method

Converts all the pages of PDF document in a stream to a TIFF image file

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void ConvertPdfToTiffFile(
	Stream pdfStream,
	string imageFileName
)

Parameters

pdfStream  Stream
The stream containing the PDF document to be converted
imageFileName  String
The output file name

See Also