C# 클래스 TagLib.Jpeg.JpegCommentTag

Contains the JPEG comment.
상속: TagLib.Image.ImageTag
파일 보기 프로젝트 열기: rubenv/tripod 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the values stored in the current instance.

JpegCommentTag ( ) : System

Constructor. Creates a new empty comment.

JpegCommentTag ( string value ) : System

Constructor.

메소드 상세

Clear() 공개 메소드

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

JpegCommentTag() 공개 메소드

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

JpegCommentTag() 공개 메소드

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