ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / ParameterInfo Property

In This Topic
    ParameterInfo Property (HeaderDecoder)
    In This Topic
    Returns the parameters that are used in this class. It returns a 2D String array. Each of the 1D arrays is for a different option, and they have 3 elements. The first element is the option name, the second one is the synopsis and the third one is a long description of what the parameter is. The synopsis or description may be 'null', in which case it is assumed that there is no synopsis or description of the option, respectively.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ParameterInfo As String()
    public static string[] ParameterInfo {get;}

    Property Value

    the options name, their synopsis and their explanation.
    See Also