ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / PktDecoder Class / getNumPrecinct Method
Component index
Resolution index

In This Topic
    getNumPrecinct Method
    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