ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / ModuleSpec Class / parseIdx Method

In This Topic
    parseIdx Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function parseIdx( _
       ByVal word As String, _
       ByVal maxIdx As Integer _
    ) As Boolean()
    public static bool[] parseIdx( 
       string word,
       int maxIdx
    )

    Parameters

    word
    maxIdx
    See Also