GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetDevicePropertyInt Method
The WIA device property identifier.
Returns the current value of the property.





In This Topic
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