Output parameter. Horizontal start position of the area to scan measured in inches.
Output parameter. Vertical start position of the area to scan measured in inches.
Output parameter. Width of the area to scan measured in inches.
Output parameter. Height of the area to scan measured in inches.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetImageLayout Method

WiaGetImageLayout Method (GdPictureImaging)

In This Topic
Returns the physical area (a rectangle) to be acquired during the next image transfer.
Syntax
'Declaration
 
Public Function WiaGetImageLayout( _
   ByRef Left As Double, _
   ByRef Top As Double, _
   ByRef Width As Double, _
   ByRef Height As Double _
) As Boolean
public bool WiaGetImageLayout( 
   ref double Left,
   ref double Top,
   ref double Width,
   ref double Height
)
public function WiaGetImageLayout( 
   var  Left: Double;
   var  Top: Double;
   var  Width: Double;
   var  Height: Double
): Boolean; 
public function WiaGetImageLayout( 
   Left : double,
   Top : double,
   Width : double,
   Height : double
) : boolean;
public: bool WiaGetImageLayout( 
   ref double Left,
   ref double Top,
   ref double Width,
   ref double Height
) 
public:
bool WiaGetImageLayout( 
   double% Left,
   double% Top,
   double% Width,
   double% Height
) 

Parameters

Left
Output parameter. Horizontal start position of the area to scan measured in inches.
Top
Output parameter. Vertical start position of the area to scan measured in inches.
Width
Output parameter. Width of the area to scan measured in inches.
Height
Output parameter. Height of the area to scan measured in inches.

Return Value

True if success, else False. Use WiaGetLastError() methods for diagnosing the error.
See Also