C# Class CSJ2K.Icc.Tags.ICCTextType

A text based ICC tag
Inheritance: ICCTag
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Свойство Type Description
ascii byte[]
reserved int
type int

Méthodes publiques

Méthode Description
ToString ( ) : System.String

Return the string rep of this tag.

Méthodes protégées

Méthode Description
ICCTextType ( int signature, byte data, int offset, int length ) : System

Construct this tag from its constituant parts

Method Details

ICCTextType() protected méthode

Construct this tag from its constituant parts
protected ICCTextType ( int signature, byte data, int offset, int length ) : System
signature int tag id ///
data byte array of bytes ///
offset int to data in the data array ///
length int of data in the data array ///
Résultat System

ToString() public méthode

Return the string rep of this tag.
public ToString ( ) : System.String
Résultat System.String

Property Details

ascii public_oe property

Tag fields
public byte[] ascii
Résultat byte[]

reserved public_oe property

Tag fields
public int reserved
Résultat int

type public_oe property

Tag fields
public int type
Résultat int