ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / FileBitstreamReaderAgent Class / getNumTileParts Method
Tile index

In This Topic
    getNumTileParts Method
    In This Topic
    Returns the number of tile-part found for a given tile
    Syntax
    'Declaration
     
    
    Public Overridable Function getNumTileParts( _
       ByVal t As Integer _
    ) As Integer
    public virtual int getNumTileParts( 
       int t
    )

    Parameters

    t
    Tile index
    See Also