GifCommentBlock

GifCommentBlock class

Gif comment block.

public class GifCommentBlock : GifBlock

Constructors

NameDescription
GifCommentBlock()Initializes a new instance of the GifCommentBlock class.
GifCommentBlock(string)Initializes a new instance of the GifCommentBlock class.

Properties

NameDescription
Comment { get; set; }Gets or sets the comment. Note that comment must use ASCII encoding and will be stored accordingly.
IsChanged { get; set; }Gets or sets a value indicating whether block has changed and requires save.

Methods

NameDescription
override Save(Stream)Saves the block to the specified stream.

Fields

NameDescription
const BlockHeaderSizeDefines the block header size.
const ExtensionLabelGif comment block extension label.

See Also