Accusoft.ImagXpress13.Net
AddJpegComment Method




An integer value which represents the index at which the comment is added.
A string value which represents the comment to be added to the list.
Adds a new comment from an opened JPEG file or a comment for a file to be saved as a JPEG file. The comment will be added when the current image is written out (saved) as a JPEG file.
Syntax
public void AddJpegComment( 
   int Index,
   string comment
)
public: void AddJpegComment( 
   int Index,
   string* comment
) 
public:
void AddJpegComment( 
   int Index,
   String^ comment
) 
'Declaration
 
Public Sub AddJpegComment( _
   ByVal Index As Integer, _
   ByVal comment As String _
) 
 
'Usage
 
Dim instance As ImageX
Dim Index As Integer
Dim comment As String
 
instance.AddJpegComment(Index, comment)

Parameters

Index
An integer value which represents the index at which the comment is added.
comment
A string value which represents the comment to be added to the list.
See Also

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback