'Declaration
Public Function WiaSetDevicePropertyInt( _ ByVal PropertyID As Integer, _ ByVal PropertyValue As Integer _ ) As GdPictureStatus
public GdPictureStatus WiaSetDevicePropertyInt( int PropertyID, int PropertyValue )
public function WiaSetDevicePropertyInt( PropertyID: Integer; PropertyValue: Integer ): GdPictureStatus;
public function WiaSetDevicePropertyInt( PropertyID : int, PropertyValue : int ) : GdPictureStatus;
public: GdPictureStatus WiaSetDevicePropertyInt( int PropertyID, int PropertyValue )
public: GdPictureStatus WiaSetDevicePropertyInt( int PropertyID, int PropertyValue )
Parameters
- PropertyID
- The WIA device property identifier.
- PropertyValue
- The value of the property to set.
Return Value
.