ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / Tiler Class / TileIdx Property

In This Topic
    TileIdx Property (Tiler)
    In This Topic
    Returns the index of the current tile, relative to a standard scan-line order.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property TileIdx As Integer
    public override int TileIdx {get;}

    Property Value

    The current tile's index (starts at 0).
    See Also