ScanFix Xpress v9.0 for .NET - Updated
PerspectiveAdjust Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : PerspectiveAdjust Method
A PerspectiveAdjustOptions that contains options to control the perspective adjustment process.
Detects and adjusts the perspective of a rectangular object in an image that is distorted.
Syntax
'Declaration
 
Public Function PerspectiveAdjust( _
   ByVal options As PerspectiveAdjustOptions _
) As PerspectiveAdjustResults
'Usage
 
Dim instance As ScanFix
Dim options As PerspectiveAdjustOptions
Dim value As PerspectiveAdjustResults
 
value = instance.PerspectiveAdjust(options)
public PerspectiveAdjustResults PerspectiveAdjust( 
   PerspectiveAdjustOptions options
)
public: PerspectiveAdjustResults* PerspectiveAdjust( 
   PerspectiveAdjustOptions* options
) 
public:
PerspectiveAdjustResults^ PerspectiveAdjust( 
   PerspectiveAdjustOptions^ options
) 

Parameters

options
A PerspectiveAdjustOptions that contains options to control the perspective adjustment process.

Return Value

A PerspectiveAdjustResults object that contains the results of the perspective adjustment process.
See Also

Reference

ScanFix Class
ScanFix Members

Is this page helpful?
Yes No
Thanks for your feedback.