GifOptionsHasTrailer Property

Gets or sets a value indicating whether GIF has trailer.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool HasTrailer { get; set; }

Property Value

Type: Boolean
true if GIF has trailer; otherwise, false.
See Also