public bool NoInterlace {get; set;}
'Declaration
Public Property NoInterlace As Boolean
'Usage
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.NoInterlace = value
value = instance.NoInterlace
public bool NoInterlace {get; set;}
@property (nonatomic, assign) BOOL noInterlace;
public boolean getNoInterlace()
public void setNoInterlace(boolean value)
get_NoInterlace();
set_NoInterlace(value);
Object.defineProperty('NoInterlace');
public:
property bool NoInterlace {
bool get();
void set ( bool value);
}
Property Value
When set to true, the Load methods pass image data in the order that is displayed, regardless of how it is stored in the file.