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
Syntaxpublic bool HasTrailer { get; set; }
Public Property HasTrailer As Boolean
Get
Set
public:
property bool HasTrailer {
bool get ();
void set (bool value);
}
member HasTrailer : bool with get, set
Property Value
Type:
Booleantrue if GIF has trailer; otherwise,
false.
See Also