BitMiracle.LibTiff.Classic.Internal.OJpegCodec.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 override bool PostEncode()
        {
            return OJpegEncodeIsUnsupported();
        }