TwainResetImageLayout Method (GdPictureImaging)
Asks to the opened device to reset the area to scan, sometimes called the ROI (Region of Interest).
public bool TwainResetImageLayout()
public function TwainResetImageLayout(): Boolean;
public function TwainResetImageLayout() : boolean;
public: bool TwainResetImageLayout();
public:
bool TwainResetImageLayout();
'Declaration
Public Function TwainResetImageLayout() As Boolean
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.