ComponentOne PDF for .NET
CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / ToString Method

In This Topic
    ToString Method (ForwCompTransf)
    In This Topic
    Returns a string with a descriptive text of which forward component transformation is used. This can be either "Forward RCT" or "Forward ICT" or "No component transformation" depending on the current tile.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A descriptive string
    See Also