IDocument ApiRead All Bytes Method
Reads the contents of the file into a byte array.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The byte array.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
byte[] ReadAllBytes(
DocumentInfo document
)Parameters
- document DocumentInfo
- The document information.
Return Value
ByteThe byte array.