GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / IPTCSetValueString Method
GdPicture image identifier.
A member of the IPTCTags enumeration.





In This Topic
IPTCSetValueString Method (GdPictureImaging)
In This Topic
Writes an IPTC tag from data stored within formatted string.
Syntax
'Declaration
 
Public Function IPTCSetValueString( _
   ByVal ImageID As Integer, _
   ByVal IPTCTagID As IPTCTags, _
   ByVal TagData As String _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.
IPTCTagID
A member of the IPTCTags enumeration.
TagData

Return Value

A member of the GdPictureStatus enumeration.
Remarks
IPTC tags writing is supported in TIFF and JPEG formats.

This method requires the Image Documents component to run.

See Also