GetFields

GetFields(string)

Extracts all fields from the specified document.

public DocumentField[] GetFields(string filePath)
Parameter Type Description
filePath String The document file path.

Return Value

The extracted fields.

See Also


GetFields(Stream)

Extracts all fields from the specified document.

public DocumentField[] GetFields(Stream stream)
Parameter Type Description
stream Stream The document stream.

Return Value

The extracted fields.

See Also