Share via


BinaryData Property

Sets or retrieves the Vector of bytes as an array of bytes.

Syntax

Vector.BinaryData [ = pvResult ]

Possible Values

pvResult Variant value.

The property is read/write. The property has no default value.

Remarks

The BinaryData property provides interoperability between the Microsoft Windows Image Acquisition (WIA) Automation Library and objects in other libraries that handle binary data as Variant arrays of unsigned one-byte characters. The most common examples are the Read and Write methods of the Stream Object in Microsoft ActiveX Data Objects (ADO), and the BinaryRead method of the Request Object, and the BinaryWrite method of the Response Object in an Active Server Pages (ASP) page.

For example code that uses an ASP page, see Implement a Web Camera ASP Page in Shared Samples.

Property Information

Minimum operating systems Windows XP SP1