ComponentOne PDF for .NET
CSJ2K.j2k.quantization Namespace / QuantTypeSpec Class / isCompSpecified Method
Index of the component

In This Topic
    isCompSpecified Method (QuantTypeSpec)
    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