ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ParameterList Class
Properties Methods


In This Topic
    ParameterList Class Members
    In This Topic

    The following tables list the members exposed by ParameterList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public MethodOverloaded. Checks if the parameters which name starts with the prefix 'prfx' in the parameter list are all in the list of valid parameter names 'plist'. If there is a parameter that is not in 'plist' an IllegalArgumentException is thrown with an explanation message. The default parameters are also included in the check.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public MethodReturns the value of the named parameter as a boolean. The value "on" is interpreted as 'true', while the value "off" is interpreted as 'false'. If the parameter has another value then an StringFormatException is thrown. If the parameter 'pname' is not in the parameter list, an IllegalArgumentException is thrown.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public MethodReturns the value of the named parameter as a float. If the parameter has a non-numeric value a NumberFormatException is thrown. If the parameter has a multiple word value than the first word is returned as an int, others are ignored. If the parameter 'pname' is not in the parameter list, an IllegalArgumentException is thrown.  
    Public MethodReturns the value of the named parameter as an int. If the parameter has a non-numeric value a NumberFormatException is thrown. If the parameter has a multiple word value than the first word is returned as an int, others are ignored. If the parameter 'pname' is not in the parameter list, an IllegalArgumentException is thrown.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public MethodReturns the value of the named parameter, as a string. The value can come from teh defaults, if there are.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public Method  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Public Methodstatic (Shared in Visual Basic)Converts the usage information to a list of parameter names in a single array. The usage information appears in a 2D array of String. The first dimensions contains the different options, the second dimension contains the name of the option (first element), the synopsis and the explanation. This method takes the names of the different options in 'pinfo' and returns them in a single array of String.  
    Public Method (Inherited from System.Collections.Generic.Dictionary<string,string>)
    Top
    See Also