InjectTIFFEXIF replaces EXIF meta-tags of fileName with EXIF currently in memory without loading or modifying the original image. InjectTIFFEXIF works only with TIFF and Microsoft HDPhoto file formats.

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

Syntax

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

Parameters

fileName
String
File to process (input and output).
pageIndex
Int32
Page index (0=first page) for multipage files.

Return Value

The method returns false if it fails.

See Also