C# Class TagLib.Jpeg.JpegCommentTag

Contains the JPEG comment.
Inheritance: TagLib.Image.ImageTag
Afficher le fichier Open project: rubenv/tripod Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Clears the values stored in the current instance.
public Clear ( ) : void
Résultat void

JpegCommentTag() public méthode

Constructor. Creates a new empty comment.
public JpegCommentTag ( ) : System
Résultat System

JpegCommentTag() public méthode

Constructor.
public JpegCommentTag ( string value ) : System
value string /// The value of the comment. ///
Résultat System