Click or drag to resize

DefaultWordFileParserIsFileCompatible Method

Determines whether the specified file is compatible with parser. Implementation is based on file content.

Namespace:  Packflow.Core.FileParsing
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override bool IsFileCompatible(
	Stream file,
	string fileName
)

Parameters

file
Type: System.IOStream
The file.
fileName
Type: SystemString
Name of the file.

Return Value

Type: Boolean
See Also