Identifies whether a particular file codec is used when processing a call to
RasterCodecs.GetInformation or
RasterCodecs.GetInformationAsync.
public bool CheckedByInformation {get; set;}
'Declaration
Public Property CheckedByInformation As Boolean
'Usage
Dim instance As CodecsCodecInformation
Dim value As Boolean
instance.CheckedByInformation = value
value = instance.CheckedByInformation
public bool CheckedByInformation {get; set;}
public boolean getCheckedByInformation()
public void setCheckedByInformation(boolean value)
get_CheckedByInformation();
set_CheckedByInformation(value);
Object.defineProperty('CheckedByInformation');
public:
property bool CheckedByInformation {
bool get();
void set ( bool value);
}
Property Value
true if the filter codec is used; false, otherwise.