ComponentOne PDF for .NET
CSJ2K.j2k.entropy Namespace / PrecinctSizeSpec Class / getSpecValType Method
Tile index
Component index

In This Topic
    getSpecValType Method (PrecinctSizeSpec)
    In This Topic
    Return the spec type of the given tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Function getSpecValType( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Byte
    public virtual byte getSpecValType( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index
    See Also