Image Viewer CP Pro ActiveX Control ReferenceMethods SetExifStringValue Image Viewer CP ActiveX Control SetExifStringValue Set the value of EXIF tag. You can set the value of any string type EXIF Tag. Public Function SetExifStringValue( ByVal strTagName As String, _ ByVal strValue As String) As Integer ParameterstrTagNamethe string of Tag Name.strValuethe string of value.Return ValueReturn True - successfulReturn False - FailedExample Visual Basic Syntax ImageViewer1.IsUseExif = True ImageViewer1.SetExifStringValue "ImageTitle", "my title" ImageViewer1.Save("c:\test", "jpg")