ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ParameterList Class / getParameter Method
The parameter name.

In This Topic
    getParameter Method
    In This Topic
    Returns the value of the named parameter, as a string. The value can come from teh defaults, if there are.
    Syntax
    'Declaration
     
    
    Public Overridable Function getParameter( _
       ByVal pname As String _
    ) As String
    public virtual string getParameter( 
       string pname
    )

    Parameters

    pname
    The parameter name.

    Return Value

    the value of the parameter as a string, or null if there is no parameter with the name 'pname'.
    See Also