Click or drag to resize

TifConverterPdfToTif Method

Converts a standard PDF to a TIF file.

Namespace:  VoiceElements.Common
Assembly:  VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax
public static void PdfToTif(
	string inputFile,
	string outputFile
)

Parameters

inputFile
Type: SystemString

[Missing <param name="inputFile"/> documentation for "M:VoiceElements.Common.TifConverter.PdfToTif(System.String,System.String)"]

outputFile
Type: SystemString

[Missing <param name="outputFile"/> documentation for "M:VoiceElements.Common.TifConverter.PdfToTif(System.String,System.String)"]

See Also