Identifies whether a particular file codec has been marked as taking a relatively long time to load a file.
public bool IsSlowInformation {get;}
'Declaration
Public ReadOnly Property IsSlowInformation As Boolean
'Usage
Dim instance As CodecsCodecInformation
Dim value As Boolean
value = instance.IsSlowInformation
public bool IsSlowInformation {get;}
public boolean isSlowInformation()
public:
property bool IsSlowInformation {
bool get();
}
Property Value
true if the codec takes a long time to load a file; false, otherwise.