ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / PktEncoder Class / getPrecInfo Method
Tile index.
Component index.
Resolution level index.
Precinct index

In This Topic
    getPrecInfo Method (PktEncoder)
    In This Topic
    Returns information about a given precinct
    Syntax
    'Declaration
     
    
    Public Overridable Function getPrecInfo( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal r As Integer, _
       ByVal p As Integer _
    ) As PrecInfo
    public virtual PrecInfo getPrecInfo( 
       int t,
       int c,
       int r,
       int p
    )

    Parameters

    t
    Tile index.
    c
    Component index.
    r
    Resolution level index.
    p
    Precinct index
    See Also