Class GifCommentBlock
Gif comment block.
public class GifCommentBlock : GifBlock
Constructors
| Name | Description |
|---|
| GifCommentBlock() | Initializes a new instance of the GifCommentBlock class. |
| GifCommentBlock(string) | Initializes a new instance of the GifCommentBlock class. |
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| override Save(Stream) | Saves the block to the specified stream. |
Fields
See Also