ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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