'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;
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.