DioDocs for PDF
GetCommentData メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcGifReader クラス : GetCommentData メソッド
Index of the Comment Extension, from 0 to CommentCount - 1.
If the Comment Extension is present in the source GIF file this method returns the comment data as is, without decoding.
シンタックス
'宣言
 
Public Function GetCommentData( _
   Optional ByVal commentIndex As System.Integer _
) As System.Byte()
public System.byte[] GetCommentData( 
   System.int commentIndex
)

パラメータ

commentIndex
Index of the Comment Extension, from 0 to CommentCount - 1.

戻り値の型

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

GcGifReader クラス
GcGifReader メンバ