'Declaration Public Function GetComment( _ ByVal textEncoding As System.Text.Encoding, _ Optional ByVal commentIndex As System.Integer _ ) As System.String
public System.string GetComment( System.Text.Encoding textEncoding, System.int commentIndex )
Parameters
- textEncoding
- Character encoding, such as Encoding.ASCII.
- commentIndex
- Index of the Comment Extension, from 0 to CommentCount - 1.
Return Value
Comment as a string or null if the source GIF file contains no Comment Extension with given index.