Overload | Description |
---|---|
GetImage(Int32,DecodingSettings,RenderingSettings,EventHandler<ProgressEventArgs>) | Returns an image associated with the selected page of JBIG2 file. |
GetImage(Int32) | Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase) |
GetImage(Int32,EventHandler<ProgressEventArgs>) | Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase) |
GetImage(Int32,RenderingSettings) | Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase) |
GetImage(Int32,DecodingSettings,RenderingSettings) | Returns an image, which is associated with the specified page of image/document source. (Inherited from DecoderBase) |
GetImage(Stream) | Returns a decoded image from the input stream. |