ComponentOne PDF for .NET
CSJ2K.j2k.entropy Namespace / CBlkSizeSpec Class / getCompDef Method
Component index

In This Topic
    getCompDef Method (CBlkSizeSpec)
    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