Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilter Class / getParameterInfo Method

In This Topic
    getParameterInfo Method
    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 Function getParameterInfo() As System.String()
    public static System.string[] getParameterInfo()

    Return Value

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