If the file is a binary file, this property returns the binary data. If the file is not a binary file, this property returns null.

Syntax

public byte[] BinaryData { get; }
Public ReadOnly Property BinaryData() As Byte()

Limitations

Read only.