GifOptionsInterlaced Property |
True if image should be interlaced.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool Interlaced { get; set; }
Public Property Interlaced As Boolean
Get
Set
public:
property bool Interlaced {
bool get ();
void set (bool value);
}
member Interlaced : bool with get, set
Property Value
Type:
Boolean
See Also