ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataJoiner Class / ImgDataJoiner Constructor

In This Topic
    ImgDataJoiner Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imD() As BlkImgDataSrc, _
       ByVal cIdx() As Integer _
    )
    public ImgDataJoiner( 
       BlkImgDataSrc[] imD,
       int[] cIdx
    )

    Parameters

    imD
    cIdx
    See Also