ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / getCompDef Method
Component index

In This Topic
    getCompDef Method
    In This Topic
    Gets default value of the specified component. If no specification have been entered for this component, returns default value.
    Syntax
    'Declaration
     
    
    Public Overridable Function getCompDef( _
       ByVal c As Integer _
    ) As Object
    public virtual object getCompDef( 
       int c
    )

    Parameters

    c
    Component index

    Return Value

    The default value for this component (Must be casted before use)
    See Also