Click or drag to resize

TifConverterTifToPdf Method (String, String)

Converts a standard Tif file to a PDF

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

Parameters

inputFileName
Type: SystemString

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

outputFileName
Type: SystemString

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

See Also