C# Class TagLib.Jpeg.JpegCommentTag

Contains the JPEG comment.
Inheritance: TagLib.Image.ImageTag
Show file Open project: rubenv/tripod Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears the values stored in the current instance.

JpegCommentTag ( ) : System

Constructor. Creates a new empty comment.

JpegCommentTag ( string value ) : System

Constructor.

Method Details

Clear() public method

Clears the values stored in the current instance.
public Clear ( ) : void
return void

JpegCommentTag() public method

Constructor. Creates a new empty comment.
public JpegCommentTag ( ) : System
return System

JpegCommentTag() public method

Constructor.
public JpegCommentTag ( string value ) : System
value string /// The value of the comment. ///
return System