ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / getSpecValType Method
Tile index
Component index

In This Topic
    getSpecValType Method
    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