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