GifEncoderAddComments Method
Writes textual comments to the output stream.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public GifEncoder AddComments(
params string?[]? comments
)
Public Function AddComments (
ParamArray comments As String()
) As GifEncoder
public:
GifEncoder^ AddComments(
... array<String^>^ comments
)
member AddComments :
comments : string[] -> GifEncoder
- comments String
- The comments to write. They must not be longer than 255 characters and must consist of ASCII characters.
GifEncoderThe self
GifEncoder instance allowing fluent syntax.
ArgumentException | comments contain a comment longer than 255 characters or that is not of ASCII characters only. |