Add Method

Adds a new Item.

Syntax

  object.Add( _
    Name As String, _
    Flags As Long)

Parameters

  • Name
    Required. String value.
  • Flags
    Created by using the OR operation with members of the WiaItemFlag enumeration.

Remarks

As of the release of the Microsoft Windows Image Acquisition (WIA) Automation Library, there are no imaging devices whose driver supports adding an item to a device.

Method Information

Minimum operating systems Windows XP SP1

See Also

Name (DeviceCommand), Name (DeviceEvent), RegisterPersistentEvent, UnregisterPersistentEvent, Name (Filter), Name (FilterInfo), Items, Name (Property)