ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / isCompSpecified Method
Index of the component

In This Topic
    isCompSpecified Method
    In This Topic
    Whether or not specifications have been entered for the given component.
    Syntax
    'Declaration
     
    
    Public Overridable Function isCompSpecified( _
       ByVal c As Integer _
    ) As Boolean
    public virtual bool isCompSpecified( 
       int c
    )

    Parameters

    c
    Index of the component

    Return Value

    True if component specification has been defined
    See Also