Initializes a new DetectDeskewOrientationCommand class with explicit parameters.
public DetectDeskewOrientationCommand(
DeskewDetectionData deskewDetection,
OrientationDetectionData orientationDetection,
DetectDeskewOrientationCommandFlags flags
)
Public Sub New(ByVal deskewDetection As DeskewDetectionData, ByVal orientationDetection As OrientationDetectionData, ByVal flags As DetectDeskewOrientationCommandFlags)
MyBase.New
public:
DetectDeskewOrientationCommand(DeskewDetectionData^ deskewDetection, OrientationDetectionData^ orientationDetection, DetectDeskewOrientationCommandFlags^ flags)
deskewDetection
A DeskewDetectionData class that determines the behavior of the deskew detection functionality.
orientationDetection
An OrientationDetectionData class that determines the behavior of the orientation detection functionality.
flags
DetectDeskewOrientationCommandFlags flags that determine the behavior of this method.
Runs the DetectDeskewOrientationCommand on an image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET