BitMiracle.LibTiff.Classic.TiffCodec.PreDecode C# (CSharp) Method

PreDecode() public method

Prepares the decoder part of the codec for a decoding.
PreDecode is called after SetupDecode and before decoding.
public PreDecode ( short plane ) : bool
plane short The zero-based sample plane index.
return bool
        public virtual bool PreDecode(short plane)
        {
            return true;
        }