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

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

    Parameters

    stream
    component
    See Also