Vector.BinaryData property

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

This property is read/write.

Syntax

Property BinaryData( _
)

Property value

Variant value.

Remarks

The BinaryData property provides interoperability between the 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.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl

See also

Vector