Click or drag to resize

TifConverter Class

A Class used to convert Tif Files to a format acceptable for faxing with Dialogic.
Inheritance Hierarchy
SystemObject
  VoiceElements.CommonTifConverter

Namespace:  VoiceElements.Common
Assembly:  VoiceElementsCommon (in VoiceElementsCommon.dll) Version: 8.6.1.1
Syntax
public class TifConverter

The TifConverter type exposes the following members.

Constructors
  NameDescription
Public methodTifConverter
Initializes a new instance of the TifConverter class
Top
Properties
  NameDescription
Public propertyStatic memberLog
Set this to your application log instance. Otherwise the system will create a log file called TIFConverter.log
Top
Methods
  NameDescription
Public methodStatic memberJpgToTif
Converts a standard Jpg file to a TIF file that dialogic can handle.
Public methodStatic memberPdfToTif
Converts a standard PDF to a TIF file.
Public methodStatic memberTifToPdf(String, String)
Converts a standard Tif file to a PDF
Public methodStatic memberTifToPdf(String, String, String)
Converts a standard Tif file to a PDF
Public methodStatic memberTifToTif
Converts a standard TIF file to a TIF file that dialogic can handle.
Top
See Also