ComponentOne PDF for .NET
CSJ2K.j2k.image.input Namespace / ImgReader Class / NumComps Property

In This Topic
    NumComps Property (ImgReader)
    In This Topic
    Returns the number of components in the image. The value of nc is returned.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property NumComps As Integer
    public virtual int NumComps {get;}

    Property Value

    The number of components in the image.
    See Also