[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataJoiner.ToString

ToString Method

ToString()

Returns a string of information about the object, more than 1 line long. The information string includes information from the several input ImgData (their toString() method are called one after the other).

Declaration
public override string ToString()
Public Overrides Function ToString() As String
Returns
Type Description
string

A string of information about the object.

Overrides