In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / WiaGetDevicePropertyInt Method

WiaGetDevicePropertyInt Method (GdPictureImaging)

In This Topic
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
PropertyValue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members