ComponentOne PDF for .NET
CSJ2K.j2k.codestream.reader Namespace / PktDecoder Class / getNumPrecinct Method
Component index
Resolution index

In This Topic
    getNumPrecinct Method (PktDecoder)
    In This Topic
    Gets the number of precincts in a given component and resolution level.
    Syntax
    'Declaration
     
    
    Public Overridable Function getNumPrecinct( _
       ByVal c As Integer, _
       ByVal r As Integer _
    ) As Integer
    public virtual int getNumPrecinct( 
       int c,
       int r
    )

    Parameters

    c
    Component index
    r
    Resolution index
    See Also