VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / Jbig2Decoder Class / GetImage Methods / GetImage(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetImage(Stream) Method (Jbig2Decoder)
In This Topic
Returns a decoded image from the input stream.
Syntax

Parameters

stream
Stream which contains the Jbig2 page.

Return Value

Decoded image from the input stream.
Exceptions
ExceptionDescription
Thrown if stream is null.
Thrown if error occurs at loading the image.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also