Returns a JPEG String from the loaded JPEG file if one exists.
'Declaration
Public Function ReturnJpegComment( _
ByVal As Integer _
) As String
'Usage
Dim instance As ImageX
Dim Index As Integer
Dim value As String
value = instance.ReturnJpegComment(Index)
public string ReturnJpegComment(
int
)
public: string* ReturnJpegComment(
int
)
public:
String^ ReturnJpegComment(
int
)
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.