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

In This Topic
    ParameterList Constructor()
    In This Topic
    Constructs an empty ParameterList object. It can be later completed by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
    Syntax
    'Declaration
     
    
    Public Function New()
    public ParameterList()
    See Also