ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / ForwCompTransf Constructor
The source from where to get the data to be transformed
The encoder specifications

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

    Parameters

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