ComponentOne PDF for .NET
CSJ2K Namespace / J2kImage Class / ToCmyk Method

In This Topic
    ToCmyk Method (J2kImage)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub ToCmyk( _
       ByRef c1 As Byte, _
       ByRef c2 As Byte, _
       ByRef c3 As Byte, _
       ByRef c4 As Byte _
    ) 
    public static void ToCmyk( 
       ref byte c1,
       ref byte c2,
       ref byte c3,
       ref byte c4
    )

    Parameters

    c1
    c2
    c3
    c4
    See Also