ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / Quantizer Class / ParameterInfo Property

In This Topic
    ParameterInfo Property (Quantizer)
    In This Topic
    Returns the parameters that are used in this class and implementing classes. 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, the third one is a long description of what the parameter is and the fourth is its default value. The synopsis or description may be 'null', in which case it is assumed that there is no synopsis or description of the option, respectively. Null may be returned if no options are supported.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ParameterInfo As String()
    public static string[] ParameterInfo {get;}

    Property Value

    the options name, their synopsis and their explanation, or null if no options are supported.
    See Also