'Declaration Public Overloads Function Deskew( _ ByVal options As DeskewOptions _ ) As DeskewResults
'Usage Dim instance As ScanFix Dim options As DeskewOptions Dim value As DeskewResults value = instance.Deskew(options)
public DeskewResults Deskew( DeskewOptions options )
public: DeskewResults* Deskew( DeskewOptions* options )
public: DeskewResults^ Deskew( DeskewOptions^ options )
Parameters
- options
- An object containing parameters that control the enhancement process
Return Value
A DeskewResults object containing information about the results of the deskew process.