RelaxISPlugin_FileFormatIdentifyFile(Byte) Method |
Internal overload to handle identification of a byte array
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IdentifyFile(
byte[] data
)
Public Function IdentifyFile (
data As Byte()
) As Boolean
Dim instance As RelaxISPlugin_FileFormat
Dim data As Byte()
Dim returnValue As Boolean
returnValue = instance.IdentifyFile(data)
Parameters
- data Byte
- The data to identify.
Return Value
BooleanTrue if the data is of the correct format, false if not.
See Also