public bool Interlaced {get; set;}
'Declaration
Public Property Interlaced As Boolean
'Usage
Dim instance As CodecsGifSaveOptions
Dim value As Boolean
instance.Interlaced = value
value = instance.Interlaced
public bool Interlaced {get; set;}
@property (nonatomic, assign) BOOL interlaced;
get_Interlaced();
set_Interlaced(value);
Object.defineProperty('Interlaced');
public:
property bool Interlaced {
bool get();
void set ( bool value);
}
Property Value
true to save the image interlaced; false, otherwise.