ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K Namespace / J2kImage Class / FromBytes Method

In This Topic
    FromBytes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromBytes( _
       ByVal j2kdata() As Byte, _
       ByRef component As Integer _
    ) As Byte()
    public static byte[] FromBytes( 
       byte[] j2kdata,
       out int component
    )

    Parameters

    j2kdata
    component
    See Also