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)
<br/>get_NoInterlace();<br/>set_NoInterlace(value);<br/>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.