BitMiracle.LibTiff.Classic.TiffCodec.PreDecode C# (CSharp) 메소드

PreDecode() 공개 메소드

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