Returns the comment text of the specified comment in the current comment list.
Visual Basic |
---|
Public Function JPEGGetComment( _ ByVal CommentNbr As Long _ ) As String |
- CommentNbr
The Jpeg comment number to retrieve.
Valid values are 1 to JPEGCommentCount.
A string which represents the comment text of the given comment number.