Click or drag to resize

RelaxISPlugin_FileFormatIdentifyFile(Byte) Method

Internal overload to handle identification of a byte array

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool IdentifyFile(
	byte[] data
)

Parameters

data  Byte
The data to identify.

Return Value

Boolean
True if the data is of the correct format, false if not.
See Also