InjectJpegIPTC replaces IPTC information of a Jpeg file with IPTC currently in memory without load or modify original image.

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

Syntax

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

Parameters

fileName
String
the file path to process

Return Value

return false if fails

See Also