The WIA device property identifier.
Returns the current value of the property.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetDevicePropertyInt Method

WiaGetDevicePropertyInt Method (GdPictureImaging)

In This Topic
Undocumented method. Currently for support purpose only.
Syntax
'Declaration

 

Public Function WiaGetDevicePropertyInt( _

   ByVal PropertyID As Integer, _

   ByRef PropertyValue As Integer _

) As GdPictureStatus
public GdPictureStatus WiaGetDevicePropertyInt( 

   int PropertyID,

   ref int PropertyValue

)
public function WiaGetDevicePropertyInt( 

    PropertyID: Integer;

   var  PropertyValue: Integer

): GdPictureStatus; 
public function WiaGetDevicePropertyInt( 

   PropertyID : int,

   PropertyValue : int

) : GdPictureStatus;
public: GdPictureStatus WiaGetDevicePropertyInt( 

   int PropertyID,

   ref int PropertyValue

) 
public:

GdPictureStatus WiaGetDevicePropertyInt( 

   int PropertyID,

   int% PropertyValue

) 

Parameters

PropertyID
The WIA device property identifier.
PropertyValue
Returns the current value of the property.

Return Value

A member of the GdPictureStatus enumeration.
See Also