ExecuteCommand Method

Issues the command to the imaging device.

Syntax

  object.ExecuteCommand( _
    CommandID As String) As Item

Parameters

  • CommandID
    Required. String value with the command to the imaging device.

Return Value

Required. Item value.

Remarks

CommandID Constants are device dependent. Valid CommandID Constants for this device are contained in the Commands (Device) collection.

For example code, see Take a Picture in Shared Samples.

Method Information

Minimum operating systems Windows XP SP1

See Also

CommandID Constants, ShowItemProperties, ShowTransfer, Device, GetItem, CommandID, Item, ExecuteCommand (Item), Item (Items)