Click or drag to resize

IDocumentApiReadAllBytes Method

Reads the contents of the file into a byte array.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
byte[] ReadAllBytes(
	DocumentInfo document
)

Parameters

document  DocumentInfo
The document information.

Return Value

Byte
The byte array.
See Also