ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCMatrixBasedInputProfile Class / createInstance Method

In This Topic
    createInstance Method (ICCMatrixBasedInputProfile)
    In This Topic
    Factory method to create ICCMatrixBasedInputProfile based on a suppled profile file.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal csm As ColorSpace _
    ) As ICCMatrixBasedInputProfile
    public static ICCMatrixBasedInputProfile createInstance( 
       ColorSpace csm
    )

    Parameters

    csm

    Return Value

    the ICCMatrixBasedInputProfile
    Exceptions
    See Also