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

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