ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataConverter Class / ImgDataConverter Constructor / ImgDataConverter Constructor(BlkImgDataSrc)
The source from where to get the data to be transformed

In This Topic
    ImgDataConverter Constructor(BlkImgDataSrc)
    In This Topic
    Constructs a new ImgDataConverter object that operates on the specified source of image data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imgSrc As BlkImgDataSrc _
    )
    public ImgDataConverter( 
       BlkImgDataSrc imgSrc
    )

    Parameters

    imgSrc
    The source from where to get the data to be transformed
    See Also