ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / isTileSpecified Method
Index of the tile

In This Topic
    isTileSpecified Method
    In This Topic
    Whether or not specifications have been entered for the given tile.
    Syntax
    'Declaration
     
    
    Public Overridable Function isTileSpecified( _
       ByVal t As Integer _
    ) As Boolean
    public virtual bool isTileSpecified( 
       int t
    )

    Parameters

    t
    Index of the tile

    Return Value

    True if tile specification has been entered
    See Also