public bool FastLoad {get; set;}
'Declaration
Public Property FastLoad As Boolean
'Usage
Dim instance As CodecsAbcLoadOptions
Dim value As Boolean
instance.FastLoad = value
value = instance.FastLoad
public bool FastLoad {get; set;}
public boolean isFastLoad()
public void setFastLoad(boolean fastLoad)
<br/>get_FastLoad();<br/>set_FastLoad(value);<br/>Object.defineProperty('FastLoad');
public:
property bool FastLoad {
bool get();
void set ( bool value);
}
Property Value
true to enable fast loading algorithm; otherwise, false.