BitMiracle.LibTiff.Classic.TiffCodec.PreEncode C# (CSharp) Метод

PreEncode() публичный Метод

Prepares the encoder part of the codec for a encoding.
PreEncode is called after SetupEncode and before encoding.
public PreEncode ( short plane ) : bool
plane short The zero-based sample plane index.
Результат bool
        public virtual bool PreEncode(short plane)
        {
            return true;
        }