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

PostEncode() public method

Performs any actions after encoding required by the codec.
PostEncode is called after encoding and can be used to release any external resources needed during encoding.
public PostEncode ( ) : bool
return bool
        public virtual bool PostEncode()
        {
            return true;
        }