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

In This Topic
    NumComps Property (ImgDataAdapter)
    In This Topic
    Returns the number of components in the image.

    This default implementation returns the value of the source.

    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