'Declaration Public Overloads Function GetImage( _
ByVal streamStream which contains the Jbig2 page.As System.IO.Stream _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImage(
System.IO.Stream stream
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
System.IO.Stream* stream
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
System.IO.Stream^ stream
)
Parameters
- stream
- Stream which contains the Jbig2 page.
Return Value
Decoded image from the input stream.