C# Class CSJ2K.Icc.Tags.ICCTextDescriptionType

A text based ICC tag
Inheritance: ICCTag
Show file Open project: cureos/csj2k

Public Properties

Property Type Description
ascii byte[]
reserved int
size int
type int

Public Methods

Method Description
ToString ( ) : System.String

Return the string rep of this tag.

Protected Methods

Method Description
ICCTextDescriptionType ( int signature, byte data, int offset, int length ) : System

Construct this tag from its constituant parts

Method Details

ICCTextDescriptionType() protected method

Construct this tag from its constituant parts
protected ICCTextDescriptionType ( 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 ///
return System

ToString() public method

Return the string rep of this tag.
public ToString ( ) : System.String
return System.String

Property Details

ascii public property

Tag fields
public byte[] ascii
return byte[]

reserved public property

Tag fields
public int reserved
return int

size public property

Tag fields
public int size
return int

type public property

Tag fields
public int type
return int