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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetImageLayout Method

WiaSetImageLayout Method (GdPictureImaging)

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

Parameters

Left
Horizontal start position of the area to scan measured in inches.
Top
Vertical start position of the area to scan measured in inches.
Width
Width of the area to scan measured in inches.
Height
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