ComponentOne PDF for .NET
CSJ2K.j2k.image Namespace / CompTransfSpec Class / getTileDef Method
Tile index

In This Topic
    getTileDef Method (CompTransfSpec)
    In This Topic
    Gets default value of the specified tile. If no specification has been entered, it returns the default value.
    Syntax
    'Declaration
     
    
    Public Overridable Function getTileDef( _
       ByVal t As Integer _
    ) As Object
    public virtual object getTileDef( 
       int t
    )

    Parameters

    t
    Tile index

    Return Value

    The default value for this tile (Must be casted before use)
    See Also