GifEncoderAddComments Method

Writes textual comments to the output stream.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public GifEncoder AddComments(
	params string?[]? comments
)

Parameters

comments  String
The comments to write. They must not be longer than 255 characters and must consist of ASCII characters.

Return Value

GifEncoder
The self GifEncoder instance allowing fluent syntax.

Exceptions

ArgumentExceptioncomments contain a comment longer than 255 characters or that is not of ASCII characters only.

See Also