ComponentOne PDF for .NET
CSJ2K.j2k Namespace / IntegerSpec Class / setTileCompVal Method
Tie index
Component index

In This Topic
    setTileCompVal Method (IntegerSpec)
    In This Topic
    Sets value for specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Sub setTileCompVal( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal value_Renamed As Object _
    ) 
    public virtual void setTileCompVal( 
       int t,
       int c,
       object value_Renamed
    )

    Parameters

    t
    Tie index
    c
    Component index
    value_Renamed
    See Also