'Declaration
Public Function WiaSetImageLayout( _ ByVal Left As Double, _ ByVal Top As Double, _ ByVal Width As Double, _ ByVal Height As Double _ ) As Boolean
public function WiaSetImageLayout( Left: Double; Top: Double; Width: Double; Height: Double ): Boolean;
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.