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

In This Topic
    ParameterList Class
    In This Topic
    This class holds modules options and parameters as they are provided to the encoder or the decoder. Each option and its associated parameters are stored as strings.

    This class is built on the standard Java Properties class. Consequently, it offers facilities to load and write parameters from/to a file. In the meantime, a ParameterList object can also handle default parameters for each option.

    Each parameter can be retrieved as a string or as an specific primitive type (int, float, etc).

    For more details see the Properties class.

    Note that this class does not support multiple occurrences of parameters (for a parameter name, only one value is possible). Also there is no particular order of the parameters.

    Object Model
    ParameterList Class
    Syntax
    'Declaration
     
    
    Public Class ParameterList 
       Inherits System.Collections.Generic.Dictionary(Of String,String)
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          CSJ2K.j2k.util.ParameterList

    See Also