ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color Namespace / ColorSpace Class / ColorSpace Constructor
provides information about the image header.
provides parameters from the default and commandline lists.

In This Topic
    ColorSpace Constructor
    In This Topic
    public constructor which takes in the image, parameterlist and the image header decoder as args.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal in_Renamed As RandomAccessIO, _
       ByVal hd As HeaderDecoder, _
       ByVal pl As ParameterList _
    )

    Parameters

    in_Renamed
    hd
    provides information about the image header.
    pl
    provides parameters from the default and commandline lists.
    Exceptions
    ExceptionDescription
    ColorSpaceException
    See Also