GifEncoderFinalizeEncoding Method

Finalizes the encoding. It should be called after adding the last image. It is implicitly called when this GifEncoder instance is disposed.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public void FinalizeEncoding(
	bool leaveStreamOpen = true
)

Parameters

leaveStreamOpen  Boolean  (Optional)
to leave the underlying stream open; otherwise, . This parameter is optional.
Default value: .

See Also