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

PostEncode() public méthode

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