public bool LoadCorrupted {get; set;}
'Declaration
Public Property LoadCorrupted As Boolean
'Usage
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.LoadCorrupted = value
value = instance.LoadCorrupted
public bool LoadCorrupted {get; set;}
@property (nonatomic, assign) BOOL loadCorrupted;
public boolean getLoadCorrupted()
public void setLoadCorrupted(boolean value)
get_LoadCorrupted();
set_LoadCorrupted(value);
Object.defineProperty('LoadCorrupted');
public:
property bool LoadCorrupted {
bool get();
void set ( bool value);
}
Property Value
true to load corrupted files, false to throw an exception if the file cannot be completely loaded successfully.