'Declaration Public Overloads MustOverride Function CreateDecoder( _
ByVal streamA stream which should be opened using decoder.As System.IO.Stream, _
ByVal layoutSettingsA layout settings of document.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings _
) As Vintasoft.Imaging.Codecs.Decoders.DecoderBase
public abstract Vintasoft.Imaging.Codecs.Decoders.DecoderBase CreateDecoder(
System.IO.Stream stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings layoutSettings
)
public: abstract Vintasoft.Imaging.Codecs.Decoders.DecoderBase* CreateDecoder(
System.IO.Stream* stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* layoutSettings
)
public:
abstract Vintasoft.Imaging.Codecs.Decoders.DecoderBase^ CreateDecoder(
System.IO.Stream^ stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings^ layoutSettings
)
Parameters
- stream
- A stream which should be opened using decoder.
- layoutSettings
- A layout settings of document.
Return Value
New decoder instance for specified stream.