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

PostEncode() 공개 메소드

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