HasTrailer

GifImage.HasTrailer property

Manage the presence of a trailer in your GIF files with this property. Whether you need to check if a trailer exists or set its presence, this property simplifies the process. Keep your GIF files structured and compliant with this intuitive feature.

public bool HasTrailer { get; set; }

Property Value

true if GIF has trailer; otherwise, false.

See Also