Gets and sets if the image is saved in an interlaced or non-interlaced format.
'Declaration
Public Property Interlaced As Boolean
'Usage
Dim instance As SaveOptionsPng
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 in an interlaced format. Otherwise,
false is used.