ComponentOne PDF for .NET
CSJ2K.Icc.Tags Namespace / ICCTag Class / typeString Method
input

In This Topic
    typeString Method (ICCTag)
    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