InjectJpegEXIF replaces EXIF information of the nf Jpeg file with EXIF current in memory without loading or modifying the original image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool InjectJpegEXIF(
	string fileName
)
Public Function InjectJpegEXIF ( _
	fileName As String _
) As Boolean
public:
bool InjectJpegEXIF(
	String^ fileName
)

Parameters

fileName
String
The destination jpeg file name.

Return Value

The method returns False if it fails.

See Also