InjectTIFFEXIF replaces EXIF meta-tags of InputStream with EXIF currently in memory without loading or modifying the original image. InjectTIFFEXIF works only with TIFF and Microsoft HDPhoto file formats. The method returns false if it fails.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool InjectTIFFEXIF(
	string inputFileName,
	string outputFileName,
	int pageIndex
)
Public Function InjectTIFFEXIF ( _
	inputFileName As String, _
	outputFileName As String, _
	pageIndex As Integer _
) As Boolean
public:
bool InjectTIFFEXIF(
	String^ inputFileName, 
	String^ outputFileName, 
	int pageIndex
)

Parameters

inputFileName
String
Input file name.
outputFileName
String
Output file name.
pageIndex
Int32
Page index (0=first page) for multipage files.

Return Value

The method returns false if it fails.

See Also