BitMiracle.LibTiff.Classic.TiffCodec.PreDecode C# (CSharp) Méthode

PreDecode() public méthode

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.
Résultat bool
        public virtual bool PreDecode(short plane)
        {
            return true;
        }