Accusoft.ImagXpress13.Net
ReturnJpegComment Method




An integer which represents the index within the JPEG comment list for which the comment text is returned.
Returns a JPEG String from the loaded JPEG file if one exists.
Syntax
'Declaration
 
Public Function ReturnJpegComment( _
   ByVal Index 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 Index
)
public: string* ReturnJpegComment( 
   int Index
) 
public:
String^ ReturnJpegComment( 
   int Index
) 

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.
Remarks

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.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback