Click or drag to resize

TifConverterJpgToTif Method

Converts a standard Jpg file to a TIF file that dialogic can handle.

Namespace:  VoiceElements.Common
Assembly:  VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax
public static void JpgToTif(
	string inputFileName,
	string outputFileName
)

Parameters

inputFileName
Type: SystemString

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

outputFileName
Type: SystemString

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

See Also