DioDocs for PDF
GetComment メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcGifReader クラス : GetComment メソッド
Character encoding, such as Encoding.ASCII.
Index of the Comment Extension, from 0 to CommentCount - 1.
If the Comment Extension is present in the source GIF file this method decodes the comment using the specified Encoding and returns it as a string.
シンタックス
'宣言
 
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
)

パラメータ

textEncoding
Character encoding, such as Encoding.ASCII.
commentIndex
Index of the Comment Extension, from 0 to CommentCount - 1.

戻り値の型

Comment as a string or null if the source GIF file contains no Comment Extension with given index.
参照

GcGifReader クラス
GcGifReader メンバ