The WIA device property identifier.
The value of the property to set.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetDevicePropertyInt Method

WiaSetDevicePropertyInt Method (GdPictureImaging)

In This Topic
Undocumented method. Currently for support purpose only.
Syntax
'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

.
Remarks
A member of the GdPictureStatus enumeration.
See Also