Occurs while setting each property inside the WiaProperties structure after calling the
SetProperties method.
The event handler receives an argument of type WiaSetPropertiesEventArgs containing data related to this event. The following WiaSetPropertiesEventArgs properties provide information specific to this event.
Property | Description |
---|
Error | Gets the returned error code for each property being set. |
PropertyId | Gets the property ID for the property being set. |
Stop | Enables or disables firing the SetPropertiesEvent event. |
Value | Gets the property value for the property being set. |
ValueType | Gets the type of the property being set. |