Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- Index
- An integer which represents the index within the JPEG comment list for which the comment text is returned.
Return Value
A string value which represents the text associated with the given comment in the JPEG comment list.First, get the JpegCommentCount to determine how many JPEG comment strings were found.
The index parameter begins at 1 (if any exist) and ends at count found.