ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Tags Namespace / ICCTag Class / typeString Method
input

In This Topic
    typeString Method
    In This Topic
    Create a string representation of the tag type
    Syntax
    'Declaration
     
    
    Public Shared Function typeString( _
       ByVal type As Integer _
    ) As String
    public static string typeString( 
       int type
    )

    Parameters

    type
    input

    Return Value

    String representation of the type
    See Also