Gets and sets an indicator if the image is saved to a GIF file with interlaced format.
'Declaration
Public Property Interlaced As Boolean
'Usage
Dim instance As SaveOptionsGif
Dim value As Boolean
instance.Interlaced = value
value = instance.Interlaced
public bool Interlaced {get; set;}
public: __property bool get_Interlaced();
public: __property void set_Interlaced(
bool value
);
public:
property bool Interlaced {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to save the image to a GIF file with interlaced format.